Check the return value of EVP_CIPHER_CTX_reset()
authortb <tb@openbsd.org>
Thu, 28 Mar 2024 01:42:02 +0000 (01:42 +0000)
committertb <tb@openbsd.org>
Thu, 28 Mar 2024 01:42:02 +0000 (01:42 +0000)
commit685bc7106269e359d7f0f128d1a4c60674ac6022
treeccca9a21f5b2d6bc03c85b73f93f658007eee073
parent1f0b941e76b9097b9b66f1bb997ddd5564c8b464
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
lib/libcrypto/evp/p_legacy.c