Deprecate SSL_COMP_free_compression_methods() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 12:53:35 +0000 (13:53 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit03b0e735556ed31c3e9096350e7a4563ea9d34b7
treecce1221d779f74dbbe6fd88c049fd5d59fa0bee5
parent6827cb3610fee4ec8cc120cc6b5bf88b04884ae7
Deprecate SSL_COMP_free_compression_methods() and make it a no-op

SSL_COMP_free_compression_methods() 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>
doc/ssl/SSL_COMP_add_compression_method.pod
include/openssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_init.c
ssl/ssl_locl.h