diff options
author | agnosticdev <agnosticdev@gmail.com> | 2018-09-20 12:23:27 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-09-21 23:55:22 +0200 |
commit | 46d085096c6ead624c61e4b8b301421301511e64 (patch) | |
tree | e334cd24dca857032609c1171aaf924c189ff04f /e_os.h | |
parent | Fix the max psk len for TLSv1.3 (diff) | |
download | openssl-46d085096c6ead624c61e4b8b301421301511e64.tar.xz openssl-46d085096c6ead624c61e4b8b301421301511e64.zip |
typo-fixes: miscellaneous typo fixes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7277)
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ extern FILE *_imp___iob; Finally, we add the VMS C facility code 0x35a000, because there are some programs, such as Perl, that will reinterpret the code back to something - POSIXly. 'man perlvms' explains it further. + POSIX. 'man perlvms' explains it further. NOTE: the perlvms manual wants to turn all codes 2 to 255 into success codes (status type = 1). I couldn't disagree more. Fortunately, the |