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:37 +0000 (13:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2002 13:04:37 +0000 (13:04 +0000)
commite984b2af64e7bda295edb5c963e1b8932112230e
tree35abecd763cce51781d1dc0c118009819402e718
parent70e96dcf5930c14f25f64b99f7fc30fdc2c24239
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