summaryrefslogtreecommitdiffstats
path: root/test/testenc
diff options
context:
space:
mode:
Diffstat (limited to 'test/testenc')
-rw-r--r--test/testenc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testenc b/test/testenc
index 7bcf3d145c..42db56c2be 100644
--- a/test/testenc
+++ b/test/testenc
@@ -34,7 +34,8 @@ for i in rc4 \
des-cbc des-ede-cbc des-ede3-cbc \
idea-ecb idea-cfb idea-ofb idea-cbc \
rc2-ecb rc2-cfb rc2-ofb rc2-cbc \
- bf-ecb bf-cfb bf-ofb bf-cbc
+ bf-ecb bf-cfb bf-ofb bf-cbc rc4 \
+ cast5-ecb cast5-cfb cast5-ofb cast5-cbc
do
echo $i
$cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher