From: Richard Levitte Date: Sat, 17 Oct 2020 09:45:19 +0000 (+0200) Subject: test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf X-Git-Tag: openssl-3.0.0-alpha9~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=122e81f0705e74a2019c482e5122bbd9195ea1af;p=thirdparty%2Fopenssl.git test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf The FIPS provider module doesn't have any encoders, the base provider is needed for that. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13167) --- diff --git a/test/recipes/30-test_evp_libctx.t b/test/recipes/30-test_evp_libctx.t index 8c36a9e24e0..2ba20057e39 100644 --- a/test/recipes/30-test_evp_libctx.t +++ b/test/recipes/30-test_evp_libctx.t @@ -31,7 +31,7 @@ plan tests => + 1; unless ($no_fips) { - @test_args = ("-config", srctop_file("test","fips.cnf"), + @test_args = ("-config", srctop_file("test","fips-and-base.cnf"), "-provider", "fips"); ok(run(app(['openssl', 'fipsinstall',