From 122e81f0705e74a2019c482e5122bbd9195ea1af Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 17 Oct 2020 11:45:19 +0200 Subject: [PATCH] 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) --- test/recipes/30-test_evp_libctx.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2