From ea7736a0930d8c9dd3d4d1a3b3e001ff56364bd6 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 10 Feb 2016 08:42:33 -0500 Subject: [PATCH 1/1] No dynamic-init fix; merge goof. Reviewed-by: Matt Caswell --- crypto/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/init.c b/crypto/init.c index 5ecd6bae4f..e2f3583b45 100644 --- a/crypto/init.c +++ b/crypto/init.c @@ -604,7 +604,6 @@ void OPENSSL_INIT_library_stop(void) CONF_modules_free(); RAND_cleanup(); base_inited = 0; - OPENSSL_INIT_ONCE_DYNAMIC_INIT(&base); } static const OPENSSL_INIT_SETTINGS *ossl_init_get_setting( -- 2.34.1