MINOR: sample: Move aes_gcm_dec implementation into sample.c
authorPatrick Gansterer <paroga@paroga.com>
Sun, 17 Jun 2018 09:21:11 +0000 (11:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 08:08:11 +0000 (10:08 +0200)
commitb399bfb9e21d9076133e00511dc07026ac9301d6
tree84efd7ac71486335e013aaa41d6f04059c93eb68
parent07321346159014885a32c1cbebce670b38f5b423
MINOR: sample: Move aes_gcm_dec implementation into sample.c

aes_gcm_dec is independent of the TLS implementation and fits better
in sample.c file with others hash functions.

[Cf: I slightly updated this patch to move aes_gcm_dec converter in sample.c
     instead the new file crypto.c]

Reviewed-by: Tim Duesterhus <tim@bastelstu.be>
src/sample.c
src/ssl_sock.c