From: Richard Levitte Date: Wed, 14 Aug 2002 11:27:25 +0000 (+0000) Subject: Small syntax error corrected. Fortunately, this one only issues a X-Git-Tag: OpenSSL_0_9_6h~119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf6635038f3416d5f8a3d15a68a534384ef94729;p=oweals%2Fopenssl.git Small syntax error corrected. Fortunately, this one only issues a warning, and is thereby ignored by the rest of the command procedure. The only problem would be if SSL_TASK.C failed to compile, which hasn't happened in ages... --- diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index 54390dedb9..7d2836478d 100644 --- a/ssl/ssl-lib.com +++ b/ssl/ssl-lib.com @@ -313,7 +313,7 @@ $ WRITE SYS$OUTPUT "Creating SSL_TASK OSU HTTP SSL Engine." $! $! Compile The File. $! -$ ON ERROR GOTO SSL_TASK_END +$ ON ERROR THEN 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.