The branch master has been updated
       via  9c11e8ec1f20959a174b7a8a37da67eecf65d28b (commit)
      from  94dc4282c3b85864596e9f333017fdb46de352ff (commit)


- Log -----------------------------------------------------------------
commit 9c11e8ec1f20959a174b7a8a37da67eecf65d28b
Author: Pauli <pa...@openssl.org>
Date:   Thu Apr 22 16:43:13 2021 +1000

    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.lon...@oracle.com>
    Reviewed-by: Tomas Mraz <to...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14979)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" ],

Reply via email to