diff options
author | Richard Levitte <levitte@openssl.org> | 2016-10-22 00:50:25 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-10-25 20:33:21 +0200 |
commit | 78ce90cb1adb95eae094481e01f7a7d408ec78b7 (patch) | |
tree | c77338932bf7795e4bcc8d7e2581cf20c10e85e0 /CHANGES | |
parent | Add some notes on shared library names on different platforms (diff) | |
download | openssl-78ce90cb1adb95eae094481e01f7a7d408ec78b7.tar.xz openssl-78ce90cb1adb95eae094481e01f7a7d408ec78b7.zip |
Backdated note in CHANGES about shared library names
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1767)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -406,6 +406,12 @@ template in Configurations, like unix-Makefile.tmpl or descrip.mms.tmpl. + With this change, the library names were also renamed on Windows + and on VMS. They now have names that are closer to the standard + on Unix, and include the major version number, and in certain + cases, the architecture they are built for. See "Notes on shared + libraries" in INSTALL. + We rely heavily on the perl module Text::Template. [Richard Levitte] |