summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-31 22:19:22 +0200
committerRichard Levitte <levitte@openssl.org>2015-03-31 22:19:22 +0200
commit0f2596ac547a4c198deaa3c51ecfc565c627b7af (patch)
tree3578722e947430c534f9bbb93f5c0faa8917cf2f
parent5098c029cef9b81cbb7488ffc74e470bd79d0dac (diff)
Remove SSL_TASK, the DECnet Based SSL Engine - addendum
A bit of cleanup was forgotten. Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--INSTALL.VMS1
-rwxr-xr-xssl/install-ssl.com20
2 files changed, 0 insertions, 21 deletions
diff --git a/INSTALL.VMS b/INSTALL.VMS
index 7c530a18b0..132b2e7173 100644
--- a/INSTALL.VMS
+++ b/INSTALL.VMS
@@ -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.
diff --git a/ssl/install-ssl.com b/ssl/install-ssl.com
index afe6967f85..ce26b68b84 100755
--- a/ssl/install-ssl.com
+++ b/ssl/install-ssl.com
@@ -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