Remove SSL_TASK, the DECnet Based SSL Engine - addendum
authorRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2015 20:19:22 +0000 (22:19 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2015 20:19:22 +0000 (22:19 +0200)
A bit of cleanup was forgotten.

Reviewed-by: Tim Hudson <tjh@openssl.org>
INSTALL.VMS
ssl/install-ssl.com

index 7c530a18b0557ae070b62a4fa31c07d3894fb5f4..132b2e7173e27b21273b79100d285fed8b4824f5 100644 (file)
@@ -83,7 +83,6 @@ directory.  The syntax is the following:
       RSAREF    Just build the "[.xxx.EXE.RSAREF]LIBRSAGLUE.OLB" library.
       CRYPTO    Just build the "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" library.
       SSL       Just build the "[.xxx.EXE.SSL]LIBSSL.OLB" library.
-      SSL_TASK  Just build the "[.xxx.EXE.SSL]SSL_TASK.EXE" program.
       TEST      Just build the "[.xxx.EXE.TEST]" test programs for OpenSSL.
       APPS      Just build the "[.xxx.EXE.APPS]" application programs for OpenSSL.
 
index afe6967f853e30b3284143c15b41effc5bc09e67..ce26b68b8459fbeb34c23c9845e347ce843e0154 100755 (executable)
@@ -61,20 +61,16 @@ $ root = root_dev + "[" + root_dir
 $!
 $ define /nolog wrk_sslroot 'root'.] /trans=conc
 $ define /nolog wrk_sslinclude wrk_sslroot:[include]
-$ define /nolog wrk_sslxexe wrk_sslroot:['archd'_exe]
 $ define /nolog wrk_sslxlib wrk_sslroot:['arch'_lib]
 $!
 $ if f$parse("wrk_sslroot:[000000]") .eqs. "" then -
    create /directory /log wrk_sslroot:[000000]
 $ if f$parse("wrk_sslinclude:") .eqs. "" then -
    create /directory /log wrk_sslinclude:
-$ if f$parse("wrk_sslxexe:") .eqs. "" then -
-   create /directory /log wrk_sslxexe:
 $ if f$parse("wrk_sslxlib:") .eqs. "" then -
    create /directory /log wrk_sslxlib:
 $!
 $ exheader := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h, srtp.h
-$ e_exe := ssl_task
 $ libs := ssl_libssl
 $!
 $ xexe_dir := [-.'archd'.exe.ssl]
@@ -82,21 +78,6 @@ $!
 $ copy /protection = w:re 'exheader' wrk_sslinclude: /log
 $!
 $ i = 0
-$ loop_exe:
-$   e = f$edit( f$element( i, ",", e_exe), "trim")
-$   i = i + 1
-$   if e .eqs. "," then goto loop_exe_end
-$   set noon
-$   file = xexe_dir+ e+ ".exe"
-$   if f$search( file) .nes. ""
-$   then
-$     copy /protection = w:re 'file' wrk_sslxexe: /log
-$   endif
-$   set on
-$ goto loop_exe
-$ loop_exe_end:
-$!
-$ i = 0
 $ loop_lib: 
 $   e = f$edit(f$element(i, ",", libs),"trim")
 $   i = i + 1
@@ -122,7 +103,6 @@ $ tidy:
 $!
 $ call deass wrk_sslroot
 $ call deass wrk_sslinclude
-$ call deass wrk_sslxexe
 $ call deass wrk_sslxlib
 $!
 $ exit