]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Drop incorrect skipping of some evp_test testcases with no-gost
authorTomas Mraz <tomas@openssl.org>
Wed, 23 Nov 2022 08:09:24 +0000 (09:09 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 28 Nov 2022 09:50:35 +0000 (09:50 +0000)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19739)

test/recipes/30-test_evp.t

index 572f5b1d8ef85a97d297cf958f15276832a2d871..f8f5ecb63e4b984a907ce66759e529f548c246ce 100644 (file)
@@ -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)