summaryrefslogtreecommitdiffstats
path: root/NOTES-VMS.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-11 08:51:43 +0100
committerRichard Levitte <levitte@openssl.org>2021-02-12 15:57:25 +0100
commitd8c1cafbbc5dfe2347a7157178db5b50fdf9d248 (patch)
tree8855e1632808f30092ea522add1f13a71f4ce833 /NOTES-VMS.md
parent72ddea9b817e9b787e58d5b7ca8b7b8e6351f06e (diff)
VMS documentation fixes
This mostly clarifies details. Fixes #13789 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13835)
Diffstat (limited to 'NOTES-VMS.md')
-rw-r--r--NOTES-VMS.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/NOTES-VMS.md b/NOTES-VMS.md
index c317e82de2..ebb1e8e152 100644
--- a/NOTES-VMS.md
+++ b/NOTES-VMS.md
@@ -84,9 +84,9 @@ NOTES FOR THE OPENVMS PLATFORM
Unix mount point.
The easiest way to check if everything got through as it should is to
- check for one of the following files:
+ check that this file exists:
- [.crypto]opensslconf^.h.in
+ [.include.openssl]configuration^.h.in
The best way to get a correct distribution is to download the gzipped
tar file from ftp://ftp.openssl.org/source/, use `GZIP -d` to uncompress
@@ -99,3 +99,10 @@ NOTES FOR THE OPENVMS PLATFORM
Should you need it, you can find UnZip for VMS here:
<http://www.info-zip.org/UnZip.html>
+
+ How the value of 'arch' is determined
+ -------------------------------------
+
+ 'arch' is mentioned in INSTALL. It's value is determined like this:
+
+ arch = f$edit( f$getsyi( "arch_name"), "upcase")