[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Mar 31 20:38:33 UTC 2015
The branch master has been updated
via 0f2596ac547a4c198deaa3c51ecfc565c627b7af (commit)
from 5098c029cef9b81cbb7488ffc74e470bd79d0dac (commit)
- Log -----------------------------------------------------------------
commit 0f2596ac547a4c198deaa3c51ecfc565c627b7af
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Mar 31 22:19:22 2015 +0200
Remove SSL_TASK, the DECnet Based SSL Engine - addendum
A bit of cleanup was forgotten.
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
INSTALL.VMS | 1 -
ssl/install-ssl.com | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/INSTALL.VMS b/INSTALL.VMS
index 7c530a1..132b2e7 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 afe6967..ce26b68 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
More information about the openssl-commits
mailing list