]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/30-test_evp.t
Add sm4 ciphers to default provider
[thirdparty/openssl.git] / test / recipes / 30-test_evp.t
index bee446c1c8d75f36c8e94594d317246ce0c99779..486281772c532b00515c33fe8e1baaa08355a0d8 100644 (file)
@@ -41,6 +41,9 @@ push @defltfiles, @castfiles unless disabled("cast");
 my @seedfiles = qw( evpciph_seed.txt );
 push @defltfiles, @seedfiles unless disabled("seed");
 
+my @sm4files = qw( evpciph_sm4.txt );
+push @defltfiles, @sm4files unless disabled("sm4");
+
 plan tests => (scalar(@configs) * scalar(@files)) + scalar(@defltfiles) + 1;
 
 my $infile = bldtop_file('providers', platform->dso('fips'));