Deprecate COMP_zlib_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 16:19:06 +0000 (17:19 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit02a247e0fa23f2caa9c10df3adf3476eb9813c95
tree27382f1da3d5bfffe5b6ac0d3bded12645a8146c
parent01d358a3ab09b0a4e79a5a492169aedcfbe8ddb3
Deprecate COMP_zlib_cleanup() and make it a no-op

COMP_zlib_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/comp/c_zlib.c
crypto/init.c
include/internal/comp.h [new file with mode: 0644]
include/openssl/comp.h