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-05 10:45:27 +0400
committerRichard Levitte <levitte@openssl.org>2002-06-05 10:45:27 +0400
commit88f1be140c162f6bc94f8d97362cc191019cb24a (patch)
tree47a0c2fa399db150d182fedb34b55de3b4b62253 /ssl
parentfc16b228fd2f7829b1ac51af943b06da2455065c (diff)
Correct syntax in ssl-lib.com
maketests.com was missing the TCP/IP options TCPIP and NONE
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.