]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Runchecker: fix failure with no-autoalginit option by disabling FIPS
authorPauli <pauli@openssl.org>
Thu, 22 Apr 2021 06:43:13 +0000 (16:43 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Apr 2021 09:23:37 +0000 (11:23 +0200)
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)

Configure

index 613b48e7d9bf0bf9c6ef029d43542c4a65cb4cd5..6d0ffbf480239da205248c56bed992bbed13d0b1 100755 (executable)
--- 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" ],