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:
Matt Caswell 2020-12-02 13:01:54 +00:00
parent f2130201f1
commit d5e8d26008

View File

@ -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");