commit | b399bfb9e21d9076133e00511dc07026ac9301d6 | [log] [tgz] |
---|---|---|
author | Patrick Gansterer <paroga@paroga.com> | Sun Jun 17 11:21:11 2018 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 12 10:08:11 2020 +0200 |
tree | 84efd7ac71486335e013aaa41d6f04059c93eb68 | |
parent | 07321346159014885a32c1cbebce670b38f5b423 [diff] |
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>