summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-23 23:33:22 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-23 23:33:22 +0000
commit6c53759a50db2361f726714f6928c6ba4fbe2e37 (patch)
tree1635fc1815031894f6ad5c44b7d43cf9467b75ca /ssl/ssl-lib.com
parent8c20ab79940db1ea0d9d294ddcf59c412c8b5d45 (diff)
Recover from errors
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index 436510dd67..54390dedb9 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -313,6 +313,7 @@ $ WRITE SYS$OUTPUT "Creating SSL_TASK OSU HTTP SSL Engine."
$!
$! Compile The File.
$!
+$ ON ERROR GOTO SSL_TASK_END
$ CC5/OBJECT='OBJ_DIR'SSL_TASK.OBJ SYS$DISK:[]SSL_TASK.C
$!
$! Link The Program, Check To See If We Need To Link With RSAREF Or Not.
@@ -387,6 +388,7 @@ $ ENDIF
$!
$! Time To Return.
$!
+$SSL_TASK_END:
$ RETURN
$!
$! Check For The Link Option FIle.