CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/27 19:42:02
Modified files:
lib/libcrypto/evp: p_legacy.c
Log message:
Check the return value of EVP_CIPHER_CTX_reset()
The function call can't actually fail, but all other calls check its
return value.
ok joshua jsing
