Re: svn commit: r1724345 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-18 Thread Rainer Jung
Some additions from the OpenSSL docs: OPENSSL_malloc_init() sets the lower-level memory allocation functions to their default implementation. It is generally not necessary to call this, except perhaps in certain shared-library situations. and from INSTALL.W32 One final comment about compiling

Re: svn commit: r1724345 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-18 Thread Rainer Jung
Hi Bill, According to the log message of the OpenSSL commit bbd86bf5424a611cb6b77a3a17fc522931c4dcb8 (January 7th), we might need to use OPENSSL_malloc_init instead: "Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls." I didn't look for details though. Regards, Rainer

svn commit: r1724345 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2016-01-12 Thread billbarker
Author: billbarker Date: Wed Jan 13 02:16:18 2016 New Revision: 1724345 URL: http://svn.apache.org/viewvc?rev=1724345&view=rev Log: It seems that CRYPTO_malloc_init has been removed from OpenSSL master, but not yet from the header files. Waiting for next Gump run to see if anything else is missi