projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8846adb
)
RT3848: Call SSL_COMP_free_compression_methods
author
Gunnar Kudrjavets
<gunnarku@exchange.microsoft.com>
Wed, 13 May 2015 19:13:55 +0000
(15:13 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 2 Jun 2015 15:53:12 +0000
(11:53 -0400)
Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index e04ddce3c9e9926d681f4995361f18f60dd6bb8a..9a152f54e361b363b27674dcbfc618354e987c22 100644
(file)
--- 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();