New option to generate 80386 code.
[oweals/openssl.git] / test / testenc
index 7bcf3d145c17edaca2793aa0e51a0f38d021cb65..f69ca37fc3efbdb3912fb06edafc2214c67ea1b2 100644 (file)
@@ -2,7 +2,7 @@
 
 testsrc=Makefile.ssl
 test=./p
-cmd=../apps/ssleay
+cmd=../apps/openssl
 
 cat $testsrc >$test;
 
@@ -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