Remove EVP_CIPHER_CTX_flags, it's only confusing
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Dec 2015 14:06:30 +0000 (15:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2016 12:52:22 +0000 (13:52 +0100)
commit480d33237df3894ea8df6f2a2e2076fa30efb205
treeaaaca132075beee72423f7e499d05374bcf0dc28
parent846ec07d904f9cc81d486db0db14fb84f61ff6e5
Remove EVP_CIPHER_CTX_flags, it's only confusing

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>
crypto/evp/evp_enc.c
crypto/evp/evp_lib.c
include/openssl/evp.h