mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (closes #857)
This commit is contained in:
@@ -4621,14 +4621,6 @@ irc_server_gnutls_callback (const void *pointer, void *data,
|
||||
|
||||
if (action == WEECHAT_HOOK_CONNECT_GNUTLS_CB_VERIFY_CERT)
|
||||
{
|
||||
weechat_printf (
|
||||
server->buffer,
|
||||
_("%sgnutls: connected using %d-bit Diffie-Hellman shared secret "
|
||||
"exchange"),
|
||||
weechat_prefix ("network"),
|
||||
IRC_SERVER_OPTION_INTEGER (server,
|
||||
IRC_SERVER_OPTION_SSL_DHKEY_SIZE));
|
||||
|
||||
/* initialize the certificate structure */
|
||||
if (gnutls_x509_crt_init (&cert_temp) != GNUTLS_E_SUCCESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user