Suppress loading the FIPS module in evp_test
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jul 2019 10:09:44 +0000 (11:09 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 1 Aug 2019 08:58:54 +0000 (09:58 +0100)
commit988b29850b9e7b2b21d680545aeed76273a42a16
treee1691037eb40184352d7287b315723cea12be38e
parent8453096ebf5308ef766e5e0b9c5682018c915976
Suppress loading the FIPS module in evp_test

Running evp_test with the FIPS module has never worked because the
config file was never loaded by default. Actually loading the FIPS module
reveals lots of failures in evp_test. The following commits will enable
loading the config file by default and so we temporarily disable running
the evp_test with the FIPS module until the tests can be fixed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9492)
test/recipes/30-test_evp.t