aboutsummaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-04 14:38:45 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 08:52:33 +0100
commita5e3ac13d602173e2820e7f4399fa89e25db7821 (patch)
tree4a0deddfa2fcf0ed1af80263654fd50f15db9dbf /crypto/ex_data.c
parentf3cd81d6538e6295eaa279acd65ad10faeccd2ed (diff)
downloadopenssl-a5e3ac13d602173e2820e7f4399fa89e25db7821.zip
openssl-a5e3ac13d602173e2820e7f4399fa89e25db7821.tar.gz
openssl-a5e3ac13d602173e2820e7f4399fa89e25db7821.tar.bz2
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>
Diffstat (limited to 'crypto/ex_data.c')
-rw-r--r--crypto/ex_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ex_data.c b/crypto/ex_data.c
index 6984a1f..573aa48 100644
--- a/crypto/ex_data.c
+++ b/crypto/ex_data.c
@@ -175,7 +175,7 @@ static void cleanup_cb(EX_CALLBACK *funcs)
* called under potential race-conditions anyway (it's for program shutdown
* after all).
*/
-void CRYPTO_cleanup_all_ex_data(void)
+void crypto_cleanup_all_ex_data_intern(void)
{
int i;