RT3848: Call SSL_COMP_free_compression_methods

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Gunnar Kudrjavets 2015-05-13 15:13:55 -04:00 committed by Rich Salz
parent 8846adbd36
commit 45d051c825

View File

@ -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();