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)
This commit is contained in:
Richard Levitte 2020-10-17 11:45:19 +02:00
parent f49d486075
commit 122e81f070

View 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',