You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/05/24 09:18:09 UTC

svn commit: r1681419 - /tomcat/native/trunk/native/include/ssl_private.h

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org