mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Give GnuTLS return code to callback if handshake has failed, display extra info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
This commit is contained in:
@@ -929,6 +929,7 @@ script_api_hook_connect (struct t_weechat_plugin *weechat_plugin,
|
||||
void *gnutls_cb, int gnutls_dhkey_size,
|
||||
const char *local_hostname,
|
||||
int (*callback)(void *data, int status,
|
||||
int gnutls_rc,
|
||||
const char *error,
|
||||
const char *ip_address),
|
||||
const char *function,
|
||||
|
||||
Reference in New Issue
Block a user