Recover from errors
This commit is contained in:
parent
156516ce44
commit
f9332da521
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,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.
|
||||
|
@ -388,6 +389,7 @@ $ ENDIF
|
|||
$!
|
||||
$! Time To Return.
|
||||
$!
|
||||
$SSL_TASK_END:
|
||||
$ RETURN
|
||||
$!
|
||||
$! Check For The Link Option FIle.
|
||||
|
|
Loading…
Reference in a new issue