]> granicus.if.org Git - apache/commitdiff
* modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize all
authorJoe Orton <jorton@apache.org>
Mon, 1 Aug 2005 12:11:30 +0000 (12:11 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 1 Aug 2005 12:11:30 +0000 (12:11 +0000)
algorithms in OpenSSL; enables PKCS#8 keyfile support.

PR: 35469

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@226777 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 4fcb172dfa2940629aa7c12becd67cf62c85784d..5829947bd45943df4b13630d8dc228fe9bda0e73 100644 (file)
@@ -263,6 +263,7 @@ static int ssl_hook_pre_config(apr_pool_t *pconf,
     ENGINE_load_builtin_engines();
 #endif
 #ifdef HAVE_OPENSSL
+    OpenSSL_add_all_algorithms();
 #if OPENSSL_VERSION_NUMBER >= 0x00907001
     OPENSSL_load_builtin_modules();
 #endif