Author: billbarker
Date: Tue Jan 19 02:20:00 2016
New Revision: 1725404
URL: http://svn.apache.org/viewvc?rev=1725404&view=rev
Log:
CRYPTO_malloc_init has been renamed, not removed.
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=1725404&r1=1725403&r2=1725404&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/ssl.c (original)
+++ tomcat/native/trunk/native/src/ssl.c Tue Jan 19 02:20:00 2016
@@ -663,6 +663,8 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize
*/
#if OPENSSL_VERSION_NUMBER < 0x10100000L
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]