summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorGunnar Kudrjavets <gunnarku@exchange.microsoft.com>2015-05-13 15:13:55 -0400
committerRich Salz <rsalz@openssl.org>2015-06-02 11:53:12 -0400
commit45d051c82563a75b07ec54b63e3a5bbad388ab67 (patch)
treee2bc13db6d2294dce25b1cf848c65f843de4e92f /apps/openssl.c
parent8846adbd36c1de2b0d38a73ca32e28fde50083b8 (diff)
RT3848: Call SSL_COMP_free_compression_methods
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c1
1 files changed, 1 insertions, 0 deletions
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();