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-05-29 15:29:40 +0400
committerRichard Levitte <levitte@openssl.org>2002-05-29 15:29:40 +0400
commit71aa7c586b945b1395adcebdea788cdcddcba347 (patch)
tree6907fa44350bacc94d204c16be1983ff2257338a /ssl
parent7462f2644c75ee01fac55b07aaf2b2626dcbe24d (diff)
Merge in all recent changes from 0.9.6-stable.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl-lib.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index 436510dd67..54390dedb9 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -313,6 +313,7 @@ $ WRITE SYS$OUTPUT "Creating SSL_TASK OSU HTTP SSL Engine."
$!
$! Compile The File.
$!
+$ ON ERROR 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.
@@ -387,6 +388,7 @@ $ ENDIF
$!
$! Time To Return.
$!
+$SSL_TASK_END:
$ RETURN
$!
$! Check For The Link Option FIle.