summaryrefslogtreecommitdiff
path: root/INSTALL.VMS
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-20 21:00:29 +0000
committerUlf Möller <ulf@openssl.org>1999-05-20 21:00:29 +0000
commit9dff4cc05100b9989998e4fe061e58d0fbfd6d8e (patch)
tree3900dbb093ee7a45f386ce63ea9159a7675da53b /INSTALL.VMS
parent60ed228e71b5c8cd7f596637b88836e17fe3df5a (diff)
downloadopenssl-new-9dff4cc05100b9989998e4fe061e58d0fbfd6d8e.tar.gz
Bring VMS in sync with the recent changes.
Submitted by: Richard Levitte <levitte@stacken.kth.se>
Diffstat (limited to 'INSTALL.VMS')
-rw-r--r--INSTALL.VMS30
1 files changed, 22 insertions, 8 deletions
diff --git a/INSTALL.VMS b/INSTALL.VMS
index cf3c81a6ef..93a4cf89f2 100644
--- a/INSTALL.VMS
+++ b/INSTALL.VMS
@@ -127,15 +127,29 @@ The logical names that are set up are the following:
SSLROOT a dotted concealed logical name pointing at the
root directory.
- SSLLIB points at the directory where CRYPTORTL.OLB and
- SSLRTL.OLB are installed.
- SSLINCLUDE points at the directory where the header files are
- installed.
- SSLEXE points at the directory where the applications are
- installed.
- SSLCERTS the place where the certificates are stored.
- SSLPRIVATE I'm actually not sure what this is used for.
+ SSLCERTS Initially an empty directory, this is the default
+ location for certificate files.
+ SSLMISC Various scripts.
+ SSLPRIVATE Initially an empty directory, this is the default
+ location for private key files.
+
+ SSLEXE Contains the openssl binary and a few other utility
+ programs.
+ SSLINCLUDE Contains the header files needed if you want to
+ compile programs with libcrypto or libssl.
+ SSLLIB Contains the OpenSSL library files (LIBCRYPTO.OLB
+ and LIBSSL.OLB) themselves.
+
+ OPENSSL Same as SSLINCLUDE. This is because the standard
+ way to include OpenSSL header files from version
+ 0.9.3 and on is:
+
+ #include <openssl/header.h>
+
+ For more info on this issue, see the INSTALL. file
+ (the NOTE in section 4 of "Installation in Detail").
+ You don't need to "deleting old header files"!!!
Backward portability:
=====================