summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-22 08:43:13 +0200
committerTomas Mraz <tomas@openssl.org>2021-04-23 11:23:37 +0200
commit9c11e8ec1f20959a174b7a8a37da67eecf65d28b (patch)
treee76f696b0deb6df4e2df415e39971bd1656505af /Configure
parentRunchecker: fix TLS curves test failure with no-tls1_3 option (diff)
downloadopenssl-9c11e8ec1f20959a174b7a8a37da67eecf65d28b.tar.xz
openssl-9c11e8ec1f20959a174b7a8a37da67eecf65d28b.zip
Runchecker: fix failure with no-autoalginit option by disabling FIPS
With this option, the openssl command line tool is not created. Without that it is impossible to create the fipsmodule.cnf file that the tests would otherwise depend upon. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14979)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 613b48e7d9..6d0ffbf480 100755
--- a/Configure
+++ b/Configure
@@ -601,7 +601,7 @@ my @disable_cascades = (
"hw" => [ "padlockeng" ],
# no-autoalginit is only useful when building non-shared
- "autoalginit" => [ "shared", "apps" ],
+ "autoalginit" => [ "shared", "apps", "fips" ],
"stdio" => [ "apps", "capieng", "egd" ],
"apps" => [ "tests" ],