Explorar o código

When configuring 'no-comp', zlib support should be disabled too

Fixes #6241

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6248)
Richard Levitte %!s(int64=6) %!d(string=hai) anos
pai
achega
fe4fe67139
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Configure

+ 1 - 0
Configure

@@ -1173,6 +1173,7 @@ foreach (sort (keys %disabled))
 				$depflags .= " -DOPENSSL_NO_$ALGO";
 				}
 			}
+                        if (/^comp$/)	{ $zlib = 0; }
 		}
 
 	print "\n";