Have the VMS build system catch up with the 1.0.0-stable branch.
[openssl.git] / test / trsa.com
index aa15c4726f9d913a86ad29202c4a1911b81ed00e..d3a8a605b788438d0f3475d5afe7cc6e5dca7296 100644 (file)
@@ -2,7 +2,7 @@ $! TRSA.COM  --  Tests rsa 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]
 $