summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-07-11 20:30:33 +0000
committerRichard Levitte <levitte@openssl.org>2004-07-11 20:30:33 +0000
commit2b6174c478486ab110b1f151d942ec099e63f6a9 (patch)
tree79b1ee205fa68c6a1833b46d2413b170943a2b02 /makevms.com
parent2b002273f3f14743dbbbf1a998180d1028bc90ff (diff)
Some test programs in crypto/sha were named differently than usual...
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com
index 8033ffc8d7..860540001e 100755
--- a/makevms.com
+++ b/makevms.com
@@ -365,7 +365,7 @@ $! Copy a lot of files around.
$!
$ SOFTLINKS:
$!
-$! Tell The User We Are Partly Rebuilding The [.TEST] Directory.
+$! Tell The User We Are Partly Rebuilding The [.APPS] Directory.
$!
$ WRITE SYS$OUTPUT "Rebuilding The '[.APPS]MD4.C', '[.APPS]MD5.C' And '[.APPS]RMD160.C' Files."
$!
@@ -396,6 +396,7 @@ $!
$! Copy all the *TEST.C files from [.CRYPTO...] into [.TEST]
$!
$ COPY SYS$DISK:[.CRYPTO.*]%*TEST.C SYS$DISK:[.TEST]
+$ COPY SYS$DISK:[.CRYPTO.SHA]SHA%%%T.C SYS$DISK:[.TEST]
$ COPY SYS$DISK:[.CRYPTO.EVP]EVPTESTS.TXT SYS$DISK:[.TEST]
$!
$! Copy all the *TEST.C files from [.SSL...] into [.TEST]