Avoid loops when linking doesn't work
authorRichard Levitte <levitte@openssl.org>
Thu, 23 May 2002 15:27:29 +0000 (15:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 May 2002 15:27:29 +0000 (15:27 +0000)
crypto/crypto-lib.com

index 0c77fd476375ae529fef50d8bb62aed65245aff2..fc6c00f1e1a9c588a96ea3acd45e21e148d87656 100644 (file)
@@ -623,6 +623,7 @@ $   WRITE SYS$OUTPUT "      ",APPLICATION,".exe"
 $!
 $! Link The Program, Check To See If We Need To Link With RSAREF Or Not.
 $!
+$   ON ERROR THEN GOTO NEXT_APPLICATION
 $   IF (RSAREF.EQS."TRUE")
 $   THEN
 $!