From 86ff7cf2a6cdf26f2ba7e64db6fe5c92c64bf9ac Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 22 Jun 2021 12:10:21 +0200 Subject: 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) --- Configure | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure') diff --git a/Configure b/Configure index 2181d34a21..0ec72395db 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 -- cgit v1.2.1