From: Ben Laurie Date: Tue, 22 Mar 2016 10:40:13 +0000 (+0000) Subject: Fix enable-zlib no-comp. X-Git-Tag: OpenSSL_1_1_0-pre5~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8ce6dda36e0c9a647ed7c5b00795bc835d747ef;p=openssl Fix enable-zlib no-comp. Reviewed-by: Matt Caswell --- diff --git a/Configure b/Configure index d59be9b419..d303a14ff2 100755 --- a/Configure +++ b/Configure @@ -393,6 +393,7 @@ my @disable_cascades = ( "pic" => [ "shared" ], "shared" => [ "dynamic-engine" ], "engine" => [ "afalgeng" ], + "comp" => [ "zlib" ], ); # Avoid protocol support holes. Also disable all versions below N, if version