From: Pauli Date: Tue, 29 Nov 2022 21:16:57 +0000 (+1100) Subject: evp_test: fix rebase mistake with no_gost X-Git-Tag: openssl-3.2.0-alpha1~1645 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ba4f489ecd30901603d66a8ec578cbca08fac06;p=thirdparty%2Fopenssl.git evp_test: fix rebase mistake with no_gost Reviewed-by: Richard Levitte Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19785) --- diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index c9f1f0f6820..9265948b915 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -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