mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
evp_test: fix rebase mistake with no_gost
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19785)
This commit is contained in:
parent
3d4dfeb28a
commit
9ba4f489ec
@ -77,7 +77,7 @@ push @files, qw(
|
||||
evppkey_ecdsa.txt
|
||||
evppkey_kas.txt
|
||||
evppkey_mismatch.txt
|
||||
) unless $no_ec || $no_gost;
|
||||
) unless $no_ec;
|
||||
push @files, qw(evpciph_aes_gcm_siv.txt) unless $no_siv;
|
||||
|
||||
# A list of tests that only run with the default provider
|
||||
|
Loading…
Reference in New Issue
Block a user