Search
j0ke.net Open Build Service
>
Projects
>
ha
>
lighttpd
> lighttpd-NO_ECDH-1.4.29.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lighttpd-NO_ECDH-1.4.29.patch of Package lighttpd
--- src/network.c.orig 2011-07-10 10:40:15.846732192 +0200 +++ src/network.c 2011-07-10 10:40:57.910007021 +0200 @@ -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;