diff options
author | joshua <> | 2024-01-28 14:55:40 +0000 |
---|---|---|
committer | joshua <> | 2024-01-28 14:55:40 +0000 |
commit | 021245d7e62a8465900bc72da18b21962d19e186 (patch) | |
tree | 945c93c33b223112311e313dee8266f379546f2d /src/lib/libcrypto/stack | |
parent | 0eef59fb96be9fd1bf0bf6052853c6a92267c58a (diff) | |
download | openbsd-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/libcrypto/stack')
0 files changed, 0 insertions, 0 deletions