1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

irc: add option "ssl_priorities" in servers (task #10106, debian #624055)

This commit is contained in:
Sebastien Helleu
2011-04-28 12:29:56 +02:00
parent f4f90e85fb
commit f393d0a3d2
31 changed files with 378 additions and 75 deletions
+3 -1
View File
@@ -170,8 +170,10 @@ extern struct t_hook *script_api_hook_connect (struct t_weechat_plugin *weechat_
int port,
int sock,
int ipv6,
void *gnutls_sess, void *gnutls_cb,
void *gnutls_sess,
void *gnutls_cb,
int gnutls_dhkey_size,
const char *gnutls_priorities,
const char *local_hostname,
int (*callback)(void *data,
int status,