Commit 8baf9968 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make EVP_CIPHER_CTX opaque and renew the creator / destructor functions



Following the method used for EVP_MD_CTX and HMAC_CTX,
EVP_CIPHER_CTX_init and EVP_CIPHER_CTX_cleanup are joined together
into one function, EVP_CIPHER_CTX_reset, with EVP_CIPHER_CTX_init kept
as an alias.
EVP_CIPHER_CTX_cleanup fills no purpose of its own any more and is
therefore removed.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bd4850df
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