summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/init.c b/crypto/init.c
index 9539ef0a07..51f09b6bc6 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -442,9 +442,6 @@ void OPENSSL_cleanup(void)
OSSL_TRACE(INIT, "OPENSSL_cleanup: ossl_trace_cleanup()\n");
ossl_trace_cleanup();
- OSSL_TRACE(INIT, "OPENSSL_cleanup: ossl_deinit_casecmp()\n");
- ossl_deinit_casecmp();
-
base_inited = 0;
}
@@ -484,9 +481,6 @@ int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings)
aloaddone = 1;
}
- if (!ossl_init_casecmp())
- return 0;
-
/*
* At some point we should look at this function with a view to moving
* most/all of this into OSSL_LIB_CTX.