summaryrefslogtreecommitdiff
path: root/test/recipes/30-test_evp_libctx.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-10-17 11:45:19 +0200
committerRichard Levitte <levitte@openssl.org>2020-11-11 12:43:27 +0100
commit122e81f0705e74a2019c482e5122bbd9195ea1af (patch)
tree53a433b56303570f8e907d31740b5af28374803e /test/recipes/30-test_evp_libctx.t
parentf49d486075e94a2b6387961c63436d59d5a988f4 (diff)
downloadopenssl-new-122e81f0705e74a2019c482e5122bbd9195ea1af.tar.gz
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 <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13167)
Diffstat (limited to 'test/recipes/30-test_evp_libctx.t')
-rw-r--r--test/recipes/30-test_evp_libctx.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp_libctx.t b/test/recipes/30-test_evp_libctx.t
index 8c36a9e24e..2ba20057e3 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',