From d5e1fe9c04c7eb28e21070e3dfe0d2242504a9bc Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 23 Nov 2022 09:09:24 +0100 Subject: [PATCH] Drop incorrect skipping of some evp_test testcases with no-gost Reviewed-by: Paul Dale Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19739) --- test/recipes/30-test_evp.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 572f5b1d8ef..f8f5ecb63e4 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -26,7 +26,6 @@ my $no_des = disabled("des"); my $no_dh = disabled("dh"); my $no_dsa = disabled("dsa"); my $no_ec = disabled("ec"); -my $no_gost = disabled("gost"); my $no_sm2 = disabled("sm2"); my $no_siv = disabled("siv"); @@ -78,7 +77,7 @@ push @files, qw( evppkey_ecdsa.txt evppkey_kas.txt evppkey_mismatch.txt - ) unless $no_ec || $no_gost; + ) unless $no_ec; # A list of tests that only run with the default provider # (i.e. The algorithms are not present in the fips provider) -- 2.47.3