Send no_renegotiation alert as required by spec.
[oweals/openssl.git] / test / tests.com
index 5a863a6216a52403ad5d11b677ca2e891f83f93a..a5d5992d59b20410f51cbc8a3106f6daed98ac7f 100644 (file)
@@ -7,12 +7,13 @@ $     __here = f$parse(f$parse("A.;",__proc) - "A.;","[]A.;") - "A.;"
 $      __save_default = f$environment("default")
 $      __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
 $      texe_dir := sys$disk:[-.'__arch'.exe.test]
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
 $      set default '__here'
+$
 $      on control_y then goto exit
 $      on error then goto exit
 $