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>
Showing
- crypto/evp/names.c 1 addition, 1 deletioncrypto/evp/names.c
- crypto/include/internal/evp_int.h 1 addition, 0 deletionscrypto/include/internal/evp_int.h
- crypto/init.c 2 additions, 2 deletionscrypto/init.c
- crypto/objects/obj_dat.c 2 additions, 2 deletionscrypto/objects/obj_dat.c
- doc/crypto/EVP_DigestInit.pod 0 additions, 2 deletionsdoc/crypto/EVP_DigestInit.pod
- doc/crypto/OpenSSL_add_all_algorithms.pod 36 additions, 7 deletionsdoc/crypto/OpenSSL_add_all_algorithms.pod
- include/openssl/evp.h 6 additions, 5 deletionsinclude/openssl/evp.h
Please register or sign in to comment