From: Tomas Mraz Date: Wed, 23 Nov 2022 08:09:24 +0000 (+0100) Subject: Drop incorrect skipping of some evp_test testcases with no-gost X-Git-Tag: openssl-3.2.0-alpha1~1659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e1fe9c04c7eb28e21070e3dfe0d2242504a9bc;p=thirdparty%2Fopenssl.git 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) --- 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)