summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-06-08 11:08:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-06-08 11:08:08 +0300
commit89eaa05c437c90bcbc5a37c825cc56bceacef968 (patch)
treead86baf840855441cbfa3760bb204d8d388b0155 /src
parent7b7aa4436995dc33a4617995b2d21bea24266f51 (diff)
we don't need tons of these messages
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/netlib_ssl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mir_app/src/netlib_ssl.cpp b/src/mir_app/src/netlib_ssl.cpp
index abb87557d4..e300e3ca9a 100644
--- a/src/mir_app/src/netlib_ssl.cpp
+++ b/src/mir_app/src/netlib_ssl.cpp
@@ -152,9 +152,6 @@ static bool ClientConnect(SslHandle *ssl, const char*)
return false;
}
- const char *suite = SSL_GetCipherName(ssl);
- if (suite != nullptr)
- Netlib_Logf(nullptr, "SSL established with %s", suite);
return true;
}