From: Arne Fitzenreiter Date: Thu, 3 Mar 2016 07:38:27 +0000 (+0100) Subject: openssl: add forgotten sslv2 compile option X-Git-Tag: v2.17-core99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75ad2e4e885992c9b17c2d7b722dd3ac3875a7f0;p=ipfire-2.x.git openssl: add forgotten sslv2 compile option Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/openssl b/lfs/openssl index f45295e4b1..eb7352f8cb 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -53,6 +53,7 @@ CONFIGURE_OPTIONS = \ zlib-dynamic \ enable-camellia \ enable-md2 \ + enable-ssl2 \ enable-seed \ enable-tlsext \ enable-rfc3779 \