From e561ab1ae3be9885577bae590936f1231321228f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 7 Nov 2009 19:27:59 +0100 Subject: Check SSL certificates and use self-signed certificate to auto identify on IRC server (CertFP) (task #7492) (patch from kolter) --- src/plugins/scripts/tcl/weechat-tcl-api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/scripts/tcl/weechat-tcl-api.c') diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.c b/src/plugins/scripts/tcl/weechat-tcl-api.c index f7acb8ae0..04a654475 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.c +++ b/src/plugins/scripts/tcl/weechat-tcl-api.c @@ -3462,6 +3462,8 @@ weechat_tcl_api_hook_connect (ClientData clientData, Tcl_Interp *interp, sock, ipv6, NULL, /* gnutls session */ + NULL, /* gnutls callback */ + 0, /* gnutls DH key size */ local_hostname, &weechat_tcl_api_hook_connect_cb, function, -- cgit v1.2.3