Author: mturk
Date: Mon Feb 27 16:49:54 2012
New Revision: 1294214
URL: http://svn.apache.org/viewvc?rev=1294214&view=rev
Log:
This should enable pcks12 support
Modified:
tomcat/native/branches/1.1.x/native/src/ssl.c
Modified: tomcat/native/branches/1.1.x/native/src/ssl.c
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/ssl.c?rev=1294214&r1=1294213&r2=1294214&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/src/ssl.c (original)
+++ tomcat/native/branches/1.1.x/native/src/ssl.c Mon Feb 27 16:49:54 2012
@@ -500,6 +500,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize
ERR_load_crypto_strings();
SSL_load_error_strings();
SSL_library_init();
+ OpenSSL_add_all_algorithms();
#if HAVE_ENGINE_LOAD_BUILTIN_ENGINES
ENGINE_load_builtin_engines();
#endif
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]