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:
parent
8846adbd36
commit
45d051c825
@ -189,6 +189,7 @@ static void apps_shutdown()
|
|||||||
CONF_modules_unload(1);
|
CONF_modules_unload(1);
|
||||||
#ifndef OPENSSL_NO_COMP
|
#ifndef OPENSSL_NO_COMP
|
||||||
COMP_zlib_cleanup();
|
COMP_zlib_cleanup();
|
||||||
|
SSL_COMP_free_compression_methods();
|
||||||
#endif
|
#endif
|
||||||
OBJ_cleanup();
|
OBJ_cleanup();
|
||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user