+1
−1
+0
−5
+1
−2
Loading
EVP_CIPHER_CTX_flags was returning the flags of its associated
EVP_CIPHER. However, EVP_CIPHER_CTX has flags of its own, so this
function is quite confusing and therefore error prone.
Reviewed-by:
Rich Salz <rsalz@openssl.org>