test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
authorRichard Levitte <levitte@openssl.org>
Sat, 17 Oct 2020 09:45:19 +0000 (11:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Nov 2020 11:43:27 +0000 (12:43 +0100)
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)

test/recipes/30-test_evp_libctx.t

index 8c36a9e24e0483f40f1e97862d5eede2bc0b80cf..2ba20057e39b578a380d0ef0815fa6ea7fcadacd 100644 (file)
@@ -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',