Because libraries on Windows lack useful version information, the zlib
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2004 05:48:59 +0000 (05:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2004 05:48:59 +0000 (05:48 +0000)
commit5b0f1f7d1375c31280a68b51d5737f4d95df06bf
treecb12e8dec575ee70f1a3a40ceaedb66c53ed5b29
parent785e82732318333c5c12fa867bc975db82bd461d
Because libraries on Windows lack useful version information, the zlib
guys had to change the name to differentiate with older versions when
a backward incompatibility came up.  Of course, we need to adapt.
This change simply tries to load the library through the newer name
(ZLIB1) first, and if that fails, it tries the good old ZLIB.
crypto/comp/c_zlib.c