summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/init.c b/crypto/init.c
index d50d7f19e8..dc15b1d83a 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -483,7 +483,9 @@ void OPENSSL_cleanup(void)
ENGINE_cleanup();
#endif
CRYPTO_cleanup_all_ex_data();
+ BIO_sock_cleanup();
EVP_cleanup();
+ OBJ_cleanup();
CONF_modules_free();
RAND_cleanup();
base_inited = 0;