summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/patch-2802-ssl
diff options
context:
space:
mode:
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;