From: Richard Levitte Date: Thu, 23 May 2002 23:31:22 +0000 (+0000) Subject: Recover from errors X-Git-Tag: OpenSSL-engine-0_9_6e~17^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a025d08c61331c9e60051df38eaf5dcdc501bc;p=thirdparty%2Fopenssl.git Recover from errors --- diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index 2b4214d0fcb..e706ab8e99e 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.