From bf6635038f3416d5f8a3d15a68a534384ef94729 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 14 Aug 2002 11:27:25 +0000 Subject: [PATCH] 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... --- ssl/ssl-lib.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1