No dynamic-init fix; merge goof.

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rich Salz 2016-02-10 08:42:33 -05:00
parent 907d2c2f62
commit ea7736a093

View file

@ -604,7 +604,6 @@ void OPENSSL_INIT_library_stop(void)
CONF_modules_free(); CONF_modules_free();
RAND_cleanup(); RAND_cleanup();
base_inited = 0; base_inited = 0;
OPENSSL_INIT_ONCE_DYNAMIC_INIT(&base);
} }
static const OPENSSL_INIT_SETTINGS *ossl_init_get_setting( static const OPENSSL_INIT_SETTINGS *ossl_init_get_setting(