Author: mturk
Date: Tue May 29 09:02:29 2012
New Revision: 1343609
URL: http://svn.apache.org/viewvc?rev=1343609&view=rev
Log:
Enable pkcs12 support
Modified:
tomcat/native/trunk/native/src/ssl.c
Modified: tomcat/native/trunk/native/src/ssl.c
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/ssl.c?rev=1343609&r1=1343608&r2=1343609&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/ssl.c (original)
+++ tomcat/native/trunk/native/src/ssl.c Tue May 29 09:02:29 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]