summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-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 2b4214d0fc..e706ab8e99 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -314,6 +314,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.
@@ -388,6 +389,7 @@ $ ENDIF
$!
$! Time To Return.
$!
+$SSL_TASK_END:
$ RETURN
$!
$! Check For The Link Option FIle.