CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/12 22:59:18
Modified files:
lib/libcrypto/evp: e_aes.c e_chacha20poly1305.c evp_enc.c
evp_locl.h
Log message:
Stop pretending that EVP_CIPHER cleanup can fail.
Now that EVP_CIPHER is opaque, stop pretending that EVP_CIPHER cleanup can
fail.
ok tb@
