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)
commit9c11e8ec1f20959a174b7a8a37da67eecf65d28b
treee76f696b0deb6df4e2df415e39971bd1656505af
parent94dc4282c3b85864596e9f333017fdb46de352ff
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)
Configure