Small syntax error corrected. Fortunately, this one only issues a
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Aug 2002 11:27:25 +0000 (11:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Aug 2002 11:27:25 +0000 (11:27 +0000)
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

index 54390dedb9a4365353ce77d865a3ac74a9afd720..7d2836478d3ee732a8e6715ad95b00fee7d63baa 100644 (file)
@@ -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.