summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/recipes/30-test_evp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index 2afb9da0ac..adf0274605 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -80,7 +80,6 @@ push @files, qw(
evppkey_kas.txt
evppkey_mismatch.txt
) 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
# (i.e. The algorithms are not present in the fips provider)
@@ -125,6 +124,7 @@ push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec;
push @defltfiles, qw(evppkey_ecdsa_rfc6979.txt) unless $no_ec;
push @defltfiles, qw(evppkey_dsa_rfc6979.txt) unless $no_dsa;
push @defltfiles, qw(evppkey_sm2.txt) unless $no_sm2;
+push @defltfiles, qw(evpciph_aes_gcm_siv.txt) unless $no_siv;
push @defltfiles, qw(evpciph_aes_siv.txt) unless $no_siv;
plan tests =>