summaryrefslogtreecommitdiffstats
path: root/test/test_t4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-03-31 14:32:05 +0200
committerAndy Polyakov <appro@openssl.org>2013-03-31 14:32:05 +0200
commitc5d975a74313268a36b6a6103cd37221724137c2 (patch)
tree9307057b720536601f7c9981d7e7a82302d6cad9 /test/test_t4
parentd8f3ed23062539c4a6f7b4153633f921ce16a15f (diff)
Add support for SPARC T4 DES opcode.
Diffstat (limited to 'test/test_t4')
-rwxr-xr-xtest/test_t43
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_t4 b/test/test_t4
index 826e1fd779..5cecb56394 100755
--- a/test/test_t4
+++ b/test/test_t4
@@ -18,7 +18,8 @@ if [ 1 ]; then
HASH=`cat $PROG | $PROG dgst -hex`
- AES_ALGS=" camellia-128-cbc camellia-128-cfb \
+ AES_ALGS=" des-cbc des-ede-cbc des-ede3-cbc \
+ camellia-128-cbc camellia-128-cfb \
camellia-192-cbc camellia-192-cfb \
camellia-256-cbc camellia-256-cfb \
aes-128-ctr aes-128-cbc aes-128-cfb aes-128-ofb \