openssl/crypto/comp
Richard Levitte 5b0f1f7d13 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.
2004-10-14 05:48:59 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
c_rle.c COMP_METHOD has a new argument since some time back... 2000-11-30 12:18:10 +00:00
c_zlib.c Because libraries on Windows lack useful version information, the zlib 2004-10-14 05:48:59 +00:00
comp_err.c Make sure we get the definition of OPENSSL_NO_ERR. 2003-03-20 23:19:41 +00:00
comp_lib.c Implement a stateful variant if the ZLIB compression method. The old 2002-12-08 02:39:38 +00:00
comp.h Define COMP method function prototypes properly. 2003-03-21 00:05:14 +00:00
Makefile.ssl After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00