If we're loading libz dynamically, and COMP_zlib() is called more than once,
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2002 13:04:44 +0000 (13:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2002 13:04:44 +0000 (13:04 +0000)
commit3c8756f02408394596aacfcec90233ea43c311db
tree5d104aedb7903b1ed64ac34348090e007abf9b2b
parent1801bc06587f57457ef375619be835326873c30a
If we're loading libz dynamically, and COMP_zlib() is called more than once,
only the first call would provide the correct result.
PR: 277
crypto/comp/c_zlib.c