]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't load the legacy provider in test_evp_libctx unnecessarily
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 13:01:54 +0000 (13:01 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Dec 2020 10:56:22 +0000 (10:56 +0000)
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)

test/recipes/30-test_evp_libctx.t

index 2ba20057e39b578a380d0ef0815fa6ea7fcadacd..602f29a831b74fed64b204beceff77682e7e4310 100644 (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");