From: Richard Levitte Date: Tue, 22 Jun 2021 10:10:21 +0000 (+0200) Subject: Configure: Reflect that We don't build loader_attic when dynamic-engine is disabled X-Git-Tag: openssl-3.0.0-beta2~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ff7cf2a6cdf26f2ba7e64db6fe5c92c64bf9ac;p=thirdparty%2Fopenssl.git Configure: Reflect that We don't build loader_attic when dynamic-engine is disabled Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15858) --- diff --git a/Configure b/Configure index 2181d34a211..0ec72395dba 100755 --- a/Configure +++ b/Configure @@ -618,6 +618,7 @@ my @disable_cascades = ( "module" => [ "fips", "dso" ], "engine" => [ "dynamic-engine", grep(/eng$/, @disablables) ], + "dynamic-engine" => [ "loadereng" ], "hw" => [ "padlockeng" ], # no-autoalginit is only useful when building non-shared