summaryrefslogtreecommitdiff
path: root/src/lib/libtls
diff options
context:
space:
mode:
authorjoshua <>2024-01-28 14:55:40 +0000
committerjoshua <>2024-01-28 14:55:40 +0000
commit021245d7e62a8465900bc72da18b21962d19e186 (patch)
tree945c93c33b223112311e313dee8266f379546f2d /src/lib/libtls
parent0eef59fb96be9fd1bf0bf6052853c6a92267c58a (diff)
downloadopenbsd-021245d7e62a8465900bc72da18b21962d19e186.tar.gz
openbsd-021245d7e62a8465900bc72da18b21962d19e186.tar.bz2
openbsd-021245d7e62a8465900bc72da18b21962d19e186.zip
Clean up EVP_CIPHER_CTX_init() usage in cmac.c
This replaces usage of EVP_CIPHER_CTX_init() with EVEP_CIPHER_CTX_new(), and EVP_CIPHER_CTX_cleanup() with EVP_CIPHER_CTX_reset(). This also replaces usage of malloc with calloc, and free with freezero. ok tb@
Diffstat (limited to 'src/lib/libtls')
0 files changed, 0 insertions, 0 deletions