mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
We need the error strings loaded as early as possible
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -279,6 +279,7 @@ static int ssl_hook_pre_config(apr_pool_t *pconf,
|
|||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
#endif
|
#endif
|
||||||
|
SSL_load_error_strings();
|
||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
#if HAVE_ENGINE_LOAD_BUILTIN_ENGINES
|
#if HAVE_ENGINE_LOAD_BUILTIN_ENGINES
|
||||||
ENGINE_load_builtin_engines();
|
ENGINE_load_builtin_engines();
|
||||||
@@ -288,7 +289,6 @@ static int ssl_hook_pre_config(apr_pool_t *pconf,
|
|||||||
OPENSSL_load_builtin_modules();
|
OPENSSL_load_builtin_modules();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
SSL_load_error_strings();
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Let us cleanup the ssl library when the module is unloaded
|
* Let us cleanup the ssl library when the module is unloaded
|
||||||
|
Reference in New Issue
Block a user