mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Don't load the legacy provider in test_evp_libctx unnecessarily
We don't need the legacy provider, so don't load it. This avoids problems in a no-legacy build Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13595)
This commit is contained in:
parent
f2130201f1
commit
d5e8d26008
@ -42,5 +42,5 @@ unless ($no_fips) {
|
||||
}
|
||||
|
||||
ok(run(test(["evp_libctx_test",
|
||||
"-config", srctop_file("test","default-and-legacy.cnf"),])),
|
||||
"-config", srctop_file("test","default.cnf"),])),
|
||||
"running default-and-legacy evp_libctx_test");
|
||||
|
Loading…
x
Reference in New Issue
Block a user