Fix enable-zlib no-comp.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
9730043fac
commit
b8ce6dda36
@ -393,6 +393,7 @@ my @disable_cascades = (
|
|||||||
"pic" => [ "shared" ],
|
"pic" => [ "shared" ],
|
||||||
"shared" => [ "dynamic-engine" ],
|
"shared" => [ "dynamic-engine" ],
|
||||||
"engine" => [ "afalgeng" ],
|
"engine" => [ "afalgeng" ],
|
||||||
|
"comp" => [ "zlib" ],
|
||||||
);
|
);
|
||||||
|
|
||||||
# Avoid protocol support holes. Also disable all versions below N, if version
|
# Avoid protocol support holes. Also disable all versions below N, if version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user