Print openssl version information at the end of the tests
[openssl.git] / test / testca.com
index 2bef9049482e18cd573ef284fbd9f7966f5f04a7..ec7e56dad659bf4e610c8e7bc32dee2355de104d 100644 (file)
@@ -1,8 +1,9 @@
 $! TESTCA.COM
 $
 $      __arch := VAX
-$      if f$getsyi("cpu") .ge. 128 then __arch := AXP
-$      exe_dir := sys$disk:[-.'__arch'.exe.apps]
+$      if f$getsyi("cpu") .ge. 128 then -
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+$      if __arch .eqs. "" then __arch := UNK
 $
 $      openssl := mcr 'exe_dir'openssl
 $