summaryrefslogtreecommitdiffstats
path: root/test/treq.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-19 11:58:14 +0100
committerRichard Levitte <levitte@openssl.org>2011-03-19 11:58:14 +0100
commit537c982306039df02d1e9410dfe205639b547e7a (patch)
tree4fea2867dfd49eec250ecb40dd9a7339e6febff4 /test/treq.com
parentTypo. (diff)
downloadopenssl-537c982306039df02d1e9410dfe205639b547e7a.tar.xz
openssl-537c982306039df02d1e9410dfe205639b547e7a.zip
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'test/treq.com')
-rw-r--r--test/treq.com13
1 files changed, 8 insertions, 5 deletions
diff --git a/test/treq.com b/test/treq.com
index d2594be6a7..acf08b79ef 100644
--- a/test/treq.com
+++ b/test/treq.com
@@ -1,14 +1,17 @@
$! TREQ.COM -- Tests req keys
$
-$ __arch := VAX
+$ __arch = "VAX"
$ if f$getsyi("cpu") .ge. 128 then -
__arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
-$ if __arch .eqs. "" then __arch := UNK
-$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
+$ if __arch .eqs. "" then __arch = "UNK"
+$!
+$ if (p2 .eqs. "64") then __arch = __arch+ "_64"
+$!
+$ exe_dir = "sys$disk:[-.''__arch'.exe.apps]"
$
-$ cmd := mcr 'exe_dir'openssl req -config [-.apps]openssl-vms.cnf
+$ cmd = "mcr ''exe_dir'openssl req -config [-.apps]openssl-vms.cnf"
$
-$ t := testreq.pem
+$ t = "testreq.pem"
$ if p1 .nes. "" then t = p1
$
$ write sys$output "testing req conversions"