summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-23 14:35:31 +0100
committerMatt Caswell <matt@openssl.org>2019-06-07 12:04:34 +0100
commitda0d114cd962e89b2614f4707902c404acab7ebd (patch)
tree2114eff6bb5c75d8f83ed33b499efbde92bdb541 /crypto/init.c
parentbab6046146c4fc8f088c1aaca11598ede7609c04 (diff)
Convert drbg_lib to use OPENSSL_CTX for its global data
In preparation for moving the RAND code into the FIPS module we make drbg_lib.c OPENSSL_CTX aware. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9039)
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/init.c b/crypto/init.c
index 58fff701f5..6a1f5eabe5 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -560,9 +560,6 @@ void OPENSSL_cleanup(void)
OSSL_TRACE(INIT, "OPENSSL_cleanup: rand_cleanup_int()\n");
rand_cleanup_int();
- OSSL_TRACE(INIT, "OPENSSL_cleanup: rand_drbg_cleanup_int()\n");
- rand_drbg_cleanup_int();
-
OSSL_TRACE(INIT, "OPENSSL_cleanup: conf_modules_free_int()\n");
conf_modules_free_int();