Loading modules/ssl/mod_ssl.c +8 −0 Original line number Diff line number Diff line Loading @@ -312,7 +312,15 @@ static apr_status_t ssl_cleanup_pre_config(void *data) #if HAVE_ENGINE_LOAD_BUILTIN_ENGINES ENGINE_cleanup(); #endif #if OPENSSL_VERSION_NUMBER >= 0x1000000fL #if OPENSSL_VERSION_NUMBER < 0x10100000L ERR_remove_thread_state(NULL); #else ERR_remove_thread_state(); #endif #else ERR_remove_state(0); #endif /* Don't call ERR_free_strings in earlier versions, ERR_load_*_strings only * actually loaded the error strings once per process due to static Loading Loading
modules/ssl/mod_ssl.c +8 −0 Original line number Diff line number Diff line Loading @@ -312,7 +312,15 @@ static apr_status_t ssl_cleanup_pre_config(void *data) #if HAVE_ENGINE_LOAD_BUILTIN_ENGINES ENGINE_cleanup(); #endif #if OPENSSL_VERSION_NUMBER >= 0x1000000fL #if OPENSSL_VERSION_NUMBER < 0x10100000L ERR_remove_thread_state(NULL); #else ERR_remove_thread_state(); #endif #else ERR_remove_state(0); #endif /* Don't call ERR_free_strings in earlier versions, ERR_load_*_strings only * actually loaded the error strings once per process due to static Loading