summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-08 18:34:21 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-10 06:40:47 +0200
commit1c450706da5e7d1c54f130d2f90657539c19d8cd (patch)
tree6af2076acb58549f829f656a14c1ad7a094bc2c7 /VMS
parentafea0067ff1ef5040a5e3a7618d0007b3d4923c0 (diff)
downloadopenssl-new-1c450706da5e7d1c54f130d2f90657539c19d8cd.tar.gz
VMS: Document the changed logical names in VMS/openssl_staryup.com.in
Since there's been quite some changes, documentation needs updating Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'VMS')
-rw-r--r--VMS/openssl_startup.com.in36
1 files changed, 22 insertions, 14 deletions
diff --git a/VMS/openssl_startup.com.in b/VMS/openssl_startup.com.in
index d2c46d9de2..3a1596e62b 100644
--- a/VMS/openssl_startup.com.in
+++ b/VMS/openssl_startup.com.in
@@ -6,26 +6,33 @@ $ ! defined by P1.
$ !
$ ! The logical names created are:
$ !
-$ ! OSSL$ROOTnnn Installation root
-$ ! OSSL$EXEnnn Where the executables are located
-$ ! OSSL$LIBnnn Where the library files are located
-$ ! OSSL$SHAREnnn Where the sahreable images are located
-$ ! OSSL$INCLUDEnnn Include directory root
-$ ! OSSL$ENGINESnnn Where the sahreable images are located
+$ ! OSSL$INSTROOT Installation root
+$ ! OSSL$DATAROOT Data root (common directory
+$ ! for certs etc)
+$ ! OSSL$INCLUDE Include directory root
+$ ! OSSL$LIB Where the static library files
+$ ! are located
+$ ! OSSL$SHARE Where the shareable image files
+$ ! are located
+$ ! OSSL$EXE Where the executables are located
+$ ! OSSL$ENGINESnnn Where the shareable images are located
+$ ! OSSL$LIBCRYPTO The static crypto library
+$ ! OSSL$LIBSSL The static ssl library
+$ ! OSSL$LIBCRYPTOnnn_SHR The shareable crypto image
+$ ! OSSL$LIBSSLnnn_SHR The shareable ssl image
+$ ! OPENSSL is OSSL$INCLUDE:[OPENSSL]
$ !
$ ! In all these, nnn is the OpenSSL version number. This allows
-$ ! several OpenSSL versions to be installed simultaneously.
+$ ! several OpenSSL versions to be installed simultaneously, which
+$ ! matters for applications that are linked to the shareable images
+$ ! or that depend on engines.
$ !
$ ! In addition, unless P2 is "NOALIASES", these logical names are
$ ! created:
$ !
-$ ! OSSL$ROOT Alias for OSSL$ROOTnnn
-$ ! OSSL$EXE Alias for OSSL$EXEnnn
-$ ! OSSL$LIB Alias for OSSL$LIBnnn
-$ ! OSSL$SHARE Alias for OSSL$SHAREnnn
-$ ! OSSL$INCLUDE Alias for OSSL$INCLUDEnnn
-$ ! OPENSSL is OSSL$INCLUDE:[OPENSSL]
-$ ! OSSL$ENGINES Alias for OSSL$ENGINESnnn
+$ ! OSSL$ENGINES Alias for OSSL$ENGINESnnn
+$ ! OSSL$LIBCRYPTO_SHR Alias for OSSL$LIBCRYPTOnnn_SHR
+$ ! OSSL$LIBSSL_SHR Alias for OSSL$LIBSSLnnn_SHR
$ !
$ ! P1 Qualifier(s) for DEFINE. "/SYSTEM" would be typical when
$ ! calling this script from SYS$STARTUP:SYSTARTUP_VMS.COM,
@@ -60,6 +67,7 @@ $ INSTALLTOP_ = F$PARSE("A.;",INSTALLTOP,,,"NO_CONCEAL") -
- ".][000000" - "[000000." - "][" - "]A.;" + "."
$ OPENSSLDIR_ = F$PARSE("A.;",OPENSSLDIR,,,"NO_CONCEAL") -
- ".][000000" - "[000000." - "][" - "]A.;" + "."
+$
$ DEFINE /TRANSLATION=CONCEALED /NOLOG WRK_INSTALLTOP 'INSTALLTOP_']
$ DEFINE /TRANSLATION=CONCEALED /NOLOG WRK_OPENSSLDIR 'OPENSSLDIR_']
$