From: Gunnar Kudrjavets Date: Wed, 13 May 2015 19:13:55 +0000 (-0400) Subject: RT3848: Call SSL_COMP_free_compression_methods X-Git-Tag: OpenSSL_1_1_0-pre1~1045 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45d051c82563a75b07ec54b63e3a5bbad388ab67;p=oweals%2Fopenssl.git RT3848: Call SSL_COMP_free_compression_methods Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/apps/openssl.c b/apps/openssl.c index e04ddce3c9..9a152f54e3 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -189,6 +189,7 @@ static void apps_shutdown() CONF_modules_unload(1); #ifndef OPENSSL_NO_COMP COMP_zlib_cleanup(); + SSL_COMP_free_compression_methods(); #endif OBJ_cleanup(); EVP_cleanup();