From d5e8d260089dd928b27d72096c745f61ca4a0d57 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 2 Dec 2020 13:01:54 +0000 Subject: [PATCH] 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) --- test/recipes/30-test_evp_libctx.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2