EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset
authorTheo Buehler <tb@openbsd.org>
Wed, 11 Apr 2018 16:59:25 +0000 (12:59 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 11 Apr 2018 16:59:25 +0000 (12:59 -0400)
commitc12a2d2728fd9eb555ab347049ebdddef9d81d7f
treea0dde76c64a3b35d148ad1c192811c7d4ea8e665
parenta8b2b52fe57249f5093e190eb40def9fed9c9627
EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset

The EVP_MD_CTX_cleanup() function was merged into EVP_MD_CTX_reset()
which is called by EVP_MD_CTX_free().  Adjust the documentation to say
that the latter should be used to avoid leaking memory.

CLA: trivial

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5921)
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_DigestVerifyInit.pod
doc/man3/EVP_SignInit.pod
doc/man3/EVP_VerifyInit.pod