Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>
[openssl.git] / test / testca.com
index ec7e56dad659bf4e610c8e7bc32dee2355de104d..78cda9ec5a8608697ca6faa19e693bfa96e230b0 100644 (file)
@@ -1,11 +1,13 @@
 $! TESTCA.COM
 $
-$      __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
+$      if __arch .eqs. "" then __arch = "UNK"
+$!
+$       if (p1 .eqs. "64") then __arch = __arch+ "_64"
 $
-$      openssl := mcr 'exe_dir'openssl
+$      openssl = "mcr ''exe_dir'openssl"
 $
 $      SSLEAY_CONFIG="-config ""CAss.cnf"""
 $