Commit a797e866 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Revert revision 1.81 which called non-existent SSL_load_library.

No idea where this was seen, but OpenSSL 0.9.7b does not have this.  This
gets mod_ssl working again.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100122 13f79535-47bb-0310-9956-ffa450edef68
parent c36eab60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ static int ssl_hook_pre_config(apr_pool_t *pconf,
     */
    CRYPTO_malloc_init();
    ERR_load_crypto_strings();
    SSL_load_library();
    OpenSSL_add_all_algorithms();
#if HAVE_ENGINE_LOAD_BUILTIN_ENGINES
    ENGINE_load_builtin_engines();
#endif