Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-06 11:22:33 +0400
committerRichard Levitte <levitte@openssl.org>2002-06-06 11:22:33 +0400
commitb2c04539a1a00907ccbdaf86796164439208fc39 (patch)
tree35d321be631dc87a3f9d3aef359ff239a5661caf /ssl
parentd13363af6040e8f1277b984719c937ba55e52c41 (diff)
Merge from 0.9.7-stable.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index e706ab8e99..1f1921e162 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -314,7 +314,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.