CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/24 22:54:35
Modified files:
lib/libssl : t1_lib.c
Log message:
Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of
allocating on stack.
While here also check the return values from EVP_DecryptInit_ex() and
HMAC_Init_ex().
ok tb@
