From 6c53759a50db2361f726714f6928c6ba4fbe2e37 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 May 2002 23:33:22 +0000 Subject: [PATCH] Recover from errors --- ssl/ssl-lib.com | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.25.1