diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
commit | 91677839a26a2f7f7fbd3cf61e91e2983492b226 (patch) | |
tree | 49ed53a6ebbea69db95993d1289ab4bd50c025a1 /www/lighttpd/files/patch-2802-ssl | |
parent | - Fix *_DEPENDS (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'.release/9.0.0
Diffstat (limited to 'www/lighttpd/files/patch-2802-ssl')
-rw-r--r-- | www/lighttpd/files/patch-2802-ssl | 16 |
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; |