Author: rjung
Date: Sun May 24 07:18:08 2015
New Revision: 1681419
URL: http://svn.apache.org/r1681419
Log:
Include header files needed for retrieving DH
params. Those headers are no longer included
by default in OpenSSL master.
Modified:
tomcat/native/trunk/native/include/ssl_private.h
Modified: tomcat/native/trunk/native/include/ssl_private.h
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/include/ssl_private.h?rev=1681419&r1=1681418&r2=1681419&view=diff
==============================================================================
--- tomcat/native/trunk/native/include/ssl_private.h (original)
+++ tomcat/native/trunk/native/include/ssl_private.h Sun May 24 07:18:08 2015
@@ -44,6 +44,8 @@
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/x509v3.h>
+#include <openssl/dh.h>
+#include <openssl/bn.h>
/* Avoid tripping over an engine build installed globally and detected
* when the user points at an explicit non-engine flavor of OpenSSL
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]