CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/26 01:39:28
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
EVP_CipherInit_ex() merge two code paths
Clean up the cipher context unconditionally if the cipher is being set.
This allows doing the dance to retain the key wrap flag only once and
makes it more obvious that allocating the cipher data doesn't leak.
suggested by/ok jsing
