mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
Drop incorrect skipping of some evp_test testcases with no-gost
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)
This commit is contained in:
parent
667a8501f0
commit
d5e1fe9c04
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user