You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
417 B
14 lines
417 B
diff --git a/daemon/connect/TlsSocket.cpp b/daemon/connect/TlsSocket.cpp
|
|
index 158101e4..2d426f22 100644
|
|
--- a/daemon/connect/TlsSocket.cpp
|
|
+++ b/daemon/connect/TlsSocket.cpp
|
|
@@ -214,7 +214,9 @@ void TlsSocket::Final()
|
|
//ENGINE_cleanup();
|
|
CONF_modules_free();
|
|
CONF_modules_unload(1);
|
|
+#ifndef OPENSSL_NO_COMP
|
|
COMP_zlib_cleanup();
|
|
+#endif
|
|
ERR_free_strings();
|
|
EVP_cleanup();
|
|
CRYPTO_cleanup_all_ex_data();
|
|
|