aboutsummaryrefslogtreecommitdiff
path: root/test/tpkcs7.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-27 09:18:42 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-27 09:18:42 +0000
commit407a410136f0cd6b3bbdb665c8a2d0a3ddce9122 (patch)
tree962a0f091f4999e931fce8cf284e07c5f91877e9 /test/tpkcs7.com
parent9921f865e4f99032653f42c3819ea2fd9662e830 (diff)
downloadopenssl-407a410136f0cd6b3bbdb665c8a2d0a3ddce9122.zip
openssl-407a410136f0cd6b3bbdb665c8a2d0a3ddce9122.tar.gz
openssl-407a410136f0cd6b3bbdb665c8a2d0a3ddce9122.tar.bz2
Have the VMS build system catch up with the 1.0.0-stable branch.
Diffstat (limited to 'test/tpkcs7.com')
-rw-r--r--test/tpkcs7.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tpkcs7.com b/test/tpkcs7.com
index 31a86d3..e107cc1 100644
--- a/test/tpkcs7.com
+++ b/test/tpkcs7.com
@@ -2,7 +2,7 @@ $! TPKCS7.COM -- Tests pkcs7 keys
$
$ __arch := VAX
$ if f$getsyi("cpu") .ge. 128 then -
- __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+ __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
$ if __arch .eqs. "" then __arch := UNK
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$