summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/patch-svn-2825
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/files/patch-svn-2825')
-rw-r--r--www/lighttpd/files/patch-svn-282519
1 files changed, 19 insertions, 0 deletions
diff --git a/www/lighttpd/files/patch-svn-2825 b/www/lighttpd/files/patch-svn-2825
new file mode 100644
index 000000000000..71e2fe443d32
--- /dev/null
+++ b/www/lighttpd/files/patch-svn-2825
@@ -0,0 +1,19 @@
+Index: src/network.c
+===================================================================
+--- src/network.c (revision 2824)
++++ src/network.c (revision 2825)
+@@ -25,6 +25,14 @@
+ # include <openssl/ssl.h>
+ # include <openssl/err.h>
+ # include <openssl/rand.h>
++# include <openssl/dh.h>
++# include <openssl/bn.h>
++
++# if OPENSSL_VERSION_NUMBER >= 0x0090800fL
++# ifndef OPENSSL_NO_ECDH
++# include <openssl/ecdh.h>
++# endif
++# endif
+ #endif
+
+ #ifdef USE_OPENSSL