SSL_library_init() into the register hooks phase. OpenSSL_add_ssl_algorithms
devolves to SSL_library_init, which is the same for most toolkits (and would
be accomodated in ssl_toolkit_config.h if not.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100136
13f79535-47bb-0310-9956-
ffa450edef68
*/
CRYPTO_malloc_init();
ERR_load_crypto_strings();
- OpenSSL_add_all_algorithms();
+ SSL_library_init();
#if HAVE_ENGINE_LOAD_BUILTIN_ENGINES
ENGINE_load_builtin_engines();
#endif