Because libraries on Windows lack useful version information, the zlib
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2004 05:49:01 +0000 (05:49 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2004 05:49:01 +0000 (05:49 +0000)
commit9e57ab615ceef50dd42102dc3fe485376d9447d4
tree715ca188c6bfde8a54554c9d6ea480a889826569
parentb16fee0aa7ea15fc4194cfd827938259f5304561
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