Commit 480d3323 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 846ec07d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment