Harmonize with OpenSSL_1_0_1-stable version of CHANGES.
[openssl.git] / test / trsa.com
index 6b6c318e2b53125ecd3ab1f157e0e334ab519362..d3a8a605b788438d0f3475d5afe7cc6e5dca7296 100644 (file)
@@ -1,7 +1,9 @@
 $! TRSA.COM  --  Tests rsa keys
 $
 $      __arch := VAX
-$      if f$getsyi("cpu") .ge. 128 then __arch := AXP
+$      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]
 $
 $      set noon
@@ -24,7 +26,9 @@ $     write sys$output "testing RSA conversions"
 $      if f$search("fff.*") .nes "" then delete fff.*;*
 $      if f$search("ff.*") .nes "" then delete ff.*;*
 $      if f$search("f.*") .nes "" then delete f.*;*
-$      copy 't' fff.p
+$      convert/fdl=sys$input: 't' fff.p
+RECORD
+       FORMAT STREAM_LF
 $
 $      write sys$output "p -> d"
 $      'cmd' -in fff.p -inform p -outform d -out f.d