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