Fix no-engine

If we specify no-engine then this should cascade to also mean
no-dynamic-engine. The store test was only checking whether
dynamic-engine was disabled, meaning that some tests were failing
in a no-engine build.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13502)
This commit is contained in:
Matt Caswell 2020-11-24 16:45:48 +00:00
parent ee46dfbf2c
commit b8fa02e8a4
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ my @disable_cascades = (
"module" => [ "fips", "dso" ],
"engine" => [ grep /eng$/, @disablables ],
"engine" => [ "dynamic-engine", grep(/eng$/, @disablables) ],
"hw" => [ "padlockeng" ],
# no-autoalginit is only useful when building non-shared