summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-03-25 20:36:48 +0000
committerRichard Levitte <levitte@openssl.org>2010-03-25 20:36:48 +0000
commitaa9b502619e1f8feaea8e3a018646255538e6187 (patch)
treeba9f866fa3ef4bbceac1051fc5043ed8f147e89e /test
parentaaf45e64640a7bc700f0bae58a69a903a65c74e9 (diff)
We don't have a whirlpool test in this branch.
Diffstat (limited to 'test')
-rw-r--r--test/maketests.com3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/maketests.com b/test/maketests.com
index 5154e02f23..9d48f41c47 100644
--- a/test/maketests.com
+++ b/test/maketests.com
@@ -99,7 +99,7 @@ $! reflect the EXE variable in Makefile as closely as possible,
$! thereby making it fairly easy to verify that the lists are the same.
$!
$ TEST_FILES = "BNTEST,ECTEST,ECDSATEST,ECDHTEST,IDEATEST,"+ -
- "MD2TEST,MD4TEST,MD5TEST,HMACTEST,WP_TEST,"+ -
+ "MD2TEST,MD4TEST,MD5TEST,HMACTEST,"+ -
"RC2TEST,RC4TEST,RC5TEST,"+ -
"DESTEST,SHATEST,SHA1TEST,SHA256T,SHA512T,"+ -
"MDC2TEST,RMDTEST,"+ -
@@ -118,7 +118,6 @@ $ T_D_MD2TEST := [-.crypto.md2]
$ T_D_MD4TEST := [-.crypto.md4]
$ T_D_MD5TEST := [-.crypto.md5]
$ T_D_HMACTEST := [-.crypto.hmac]
-$ T_D_WP_TEST := [-.crypto.whrlpool]
$ T_D_RC2TEST := [-.crypto.rc2]
$ T_D_RC4TEST := [-.crypto.rc4]
$ T_D_RC5TEST := [-.crypto.rc5]