X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=NOTES.VMS;h=6aeda11c77fe5e21b9f8acfa11710c5e6033cc8b;hp=034ecf4c6bb4593f5fbcf303a8ddc3fcc944567d;hb=2f554efe20d1fe05b242f41f593362965ae89912;hpb=b54e35f6cd9a9de3962daa0112e33bd178c49f6d diff --git a/NOTES.VMS b/NOTES.VMS index 034ecf4c6b..6aeda11c77 100644 --- a/NOTES.VMS +++ b/NOTES.VMS @@ -15,11 +15,16 @@ About ANSI C compiler --------------------- - An ANSI C compiled is needed among other things. This means that VAX C - is not and will not be supported. + 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 (a.k.a HP VMS C / VSI C), compiling with - a different ANSI C compiler may require some work. + We have only tested with DEC C (a.k.a HP VMS C / VSI C) and require + version 7.1 or later. Compiling with a different ANSI C compiler may + require some work. + + Please avoid using C RTL feature logical names DECC$* when building + and testing OpenSSL. Most of all, they can be disruptive when + running the tests, as they affect the Perl interpreter. About MMS and DCL