diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/openssl/NOTES.VMS | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/openssl/NOTES.VMS')
-rw-r--r-- | contrib/libs/openssl/NOTES.VMS | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/openssl/NOTES.VMS b/contrib/libs/openssl/NOTES.VMS index bb226da310..57766bddac 100644 --- a/contrib/libs/openssl/NOTES.VMS +++ b/contrib/libs/openssl/NOTES.VMS @@ -18,7 +18,7 @@ An ANSI C compiled is needed among other things. This means that VAX C is not and will not be supported. - We have only tested with DEC C (aka HP VMS C / VSI C) and require + We have only tested with DEC C (aka HP VMS C / VSI C) and require version 7.1 or later. Compiling with a different ANSI C compiler may require some work. @@ -90,9 +90,9 @@ Unix mount point. The easiest way to check if everything got through as it should is to - check that this file exists: + check that this file exists: - [.include.openssl]opensslconf^.h.in + [.include.openssl]opensslconf^.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 @@ -105,11 +105,11 @@ 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") + + + 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") |