mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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:
parent
f49d486075
commit
122e81f070
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user