From: Matt Caswell Date: Wed, 2 Dec 2020 13:01:54 +0000 (+0000) Subject: Don't load the legacy provider in test_evp_libctx unnecessarily X-Git-Tag: openssl-3.0.0-alpha10~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e8d260089dd928b27d72096c745f61ca4a0d57;p=thirdparty%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/13595) --- diff --git a/test/recipes/30-test_evp_libctx.t b/test/recipes/30-test_evp_libctx.t index 2ba20057e39..602f29a831b 100644 --- a/test/recipes/30-test_evp_libctx.t +++ b/test/recipes/30-test_evp_libctx.t @@ -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");