summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/patch-2802-ssl
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-12-19 07:56:10 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-12-19 07:56:10 +0000
commit449e0af321ecd288ba5b550f6664282e2a92f3ef (patch)
tree852b4f1845224652a0ade0c330929cb8a540f960 /www/lighttpd/files/patch-2802-ssl
parentUpdate to the 20111217 snapshot of GCC 4.7.0. (diff)
Update to 1.4.30
Unbreak build if using libev
Diffstat (limited to 'www/lighttpd/files/patch-2802-ssl')
-rw-r--r--www/lighttpd/files/patch-2802-ssl16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/lighttpd/files/patch-2802-ssl b/www/lighttpd/files/patch-2802-ssl
deleted file mode 100644
index cff9e61895ab..000000000000
--- a/www/lighttpd/files/patch-2802-ssl
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: src/network.c
-===================================================================
---- src/network.c (revision 2801)
-+++ src/network.c (revision 2802)
-@@ -480,9 +480,11 @@
- network_backend_t backend;
-
- #if OPENSSL_VERSION_NUMBER >= 0x0090800fL
-+#ifndef OPENSSL_NO_ECDH
- EC_KEY *ecdh;
- int nid;
- #endif
-+#endif
-
- #ifdef USE_OPENSSL
- DH *dh;