Commit 2aec6095 authored by Richard Levitte's avatar Richard Levitte Committed by Richard Levitte
Browse files

Backdated note in CHANGES about shared library names



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1767)
(cherry picked from commit 78ce90cb)
parent ea897a0a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -399,6 +399,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]