]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Configure: Reflect that We don't build loader_attic when dynamic-engine is disabled
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Jun 2021 10:10:21 +0000 (12:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 23 Jun 2021 16:06:59 +0000 (18:06 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15858)

Configure

index 2181d34a211e8e6972fd2f5f9d7be8304f7e2d87..0ec72395dbabd1f1936d2fcc69da06ad3341b0f5 100755 (executable)
--- 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