diff options
author | Richard Levitte <levitte@openssl.org> | 2000-02-25 21:37:46 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-02-25 21:37:46 +0100 |
commit | 3e0f27f3c9419a83e82bda973f8e9ba7296480d6 (patch) | |
tree | db174d1e8385d9115c182297315781a4e6e4c3e7 /test | |
parent | Test the division functions. (diff) | |
download | openssl-3e0f27f3c9419a83e82bda973f8e9ba7296480d6.tar.xz openssl-3e0f27f3c9419a83e82bda973f8e9ba7296480d6.zip |
Changes to synchronise with Unix.
(actually, much more is needed, like a real config script)
Diffstat (limited to 'test')
-rw-r--r-- | test/maketests.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maketests.com b/test/maketests.com index e4b052e688..02faf25b6e 100644 --- a/test/maketests.com +++ b/test/maketests.com @@ -147,7 +147,7 @@ $ TEST_FILES = "BNTEST,IDEATEST,MD2TEST,MD5TEST,HMACTEST,"+ - "RC2TEST,RC4TEST,RC5TEST,"+ - "DESTEST,SHATEST,SHA1TEST,MDC2TEST,RMDTEST,"+ - "RANDTEST,DHTEST,"+ - - "BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSA_OAEP_TEST" + "BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSATEST" $ TCPIP_PROGRAMS = ",," $ IF COMPILER .EQS. "VAXC" THEN - TCPIP_PROGRAMS = ",SSLTEST," |