Author: mturk
Date: Thu Apr 10 05:44:09 2014
New Revision: 1586221
URL: http://svn.apache.org/r1586221
Log:
Revert NO_SSL_INTERN define. We need direct struct access for sslinfo
Modified:
tomcat/native/branches/1.1.x/native/include/ssl_private.h
Modified: tomcat/native/branches/1.1.x/native/include/ssl_private.h
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/ssl_private.h?rev=1586221&r1=1586220&r2=1586221&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/include/ssl_private.h (original)
+++ tomcat/native/branches/1.1.x/native/include/ssl_private.h Thu Apr 10
05:44:09 2014
@@ -40,12 +40,7 @@
#endif
/* OpenSSL headers */
-/* OpenSSL headers */
#include <openssl/opensslv.h>
-#if (OPENSSL_VERSION_NUMBER >= 0x10001000)
-/* must be defined before including ssl.h */
-#define OPENSSL_NO_SSL_INTERN
-#endif
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/x509.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]