Author: billbarker
Date: Tue Jan 19 02:17:58 2016
New Revision: 1725403
URL: http://svn.apache.org/viewvc?rev=1725403&view=rev
Log:
CRYPTO_malloc_init has been renamed, not removed.
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=1725403&r1=1725402&r2=1725403&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/src/ssl.c (original)
+++ tomcat/native/branches/1.1.x/native/src/ssl.c Tue Jan 19 02:17:58 2016
@@ -666,6 +666,8 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize
* code can successfully test the SSL environment.
*/
CRYPTO_malloc_init();
+#else
+ OPENSSL_malloc_init();
#endif
ERR_load_crypto_strings();
SSL_load_error_strings();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]