Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 13:38:45 +0000 (14:38 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commita5e3ac13d602173e2820e7f4399fa89e25db7821
tree4a0deddfa2fcf0ed1af80263654fd50f15db9dbf
parentf3cd81d6538e6295eaa279acd65ad10faeccd2ed
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op

CRYPTO_cleanup_all_ex_data() 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/ex_data.c
crypto/include/internal/cryptlib.h
crypto/init.c
include/openssl/crypto.h