Thanks, Justin!

Cheers,
Erik

[EMAIL PROTECTED] wrote:
jerenkrantz 2003/05/31 12:29:47

Modified: modules/ssl mod_ssl.c
Log:
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.
Revision Changes Path
1.82 +1 -1 httpd-2.0/modules/ssl/mod_ssl.c
Index: mod_ssl.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -u -r1.81 -r1.82
--- mod_ssl.c 30 May 2003 21:35:04 -0000 1.81
+++ mod_ssl.c 31 May 2003 19:29:47 -0000 1.82
@@ -240,7 +240,7 @@
*/
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





Reply via email to