Deprecate EVP_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 14:28:58 +0000 (15:28 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit22c84afa773559279af928652a2d9f3489cc7d73
tree60c93f35edc2423b771f049fba284c14b5a46499
parent62d876ad1784bce2feb1b95cfff8aca0fbc3e1e2
Deprecate EVP_cleanup() and make it a no-op

EVP_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/names.c
crypto/include/internal/evp_int.h
crypto/init.c
crypto/objects/obj_dat.c
doc/crypto/EVP_DigestInit.pod
doc/crypto/OpenSSL_add_all_algorithms.pod
include/openssl/evp.h