Add ChaCha related ciphers to default provider
[openssl.git] / test / recipes / 30-test_evp.t
index 6a2c69616462c943b9bc78df026080e445ff921d..28029e765cbd2c70b47e1d55827c4bd0004ef2a6 100644 (file)
@@ -59,6 +59,9 @@ push @defltfiles, @rc5files unless disabled("rc5");
 my @rc2files = qw( evpciph_rc2.txt );
 push @defltfiles, @rc2files unless disabled("rc2");
 
+my @chachafiles = qw( evpciph_chacha.txt );
+push @defltfiles, @chachafiles unless disabled("chacha");
+
 plan tests =>
     ($no_fips ? 0 : 1)          # FIPS install test
     + (scalar(@configs) * scalar(@files))