]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
evp_test: fix rebase mistake with no_gost
authorPauli <pauli@openssl.org>
Tue, 29 Nov 2022 21:16:57 +0000 (08:16 +1100)
committerHugo Landau <hlandau@openssl.org>
Wed, 30 Nov 2022 07:15:39 +0000 (07:15 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19785)

test/recipes/30-test_evp.t

index c9f1f0f6820276d0dc6b34cc0121f2cbb9181768..9265948b91545861e10ee546b6bcdacac22b1791 100644 (file)
@@ -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