diff options
Diffstat (limited to 'www/lighttpd/files/patch-2802-ssl')
| -rw-r--r-- | www/lighttpd/files/patch-2802-ssl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/lighttpd/files/patch-2802-ssl b/www/lighttpd/files/patch-2802-ssl new file mode 100644 index 000000000000..cff9e61895ab --- /dev/null +++ b/www/lighttpd/files/patch-2802-ssl @@ -0,0 +1,16 @@ +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; |
