diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-07 19:27:59 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-07 19:27:59 +0100 |
commit | e561ab1ae3be9885577bae590936f1231321228f (patch) | |
tree | adc41fdca4b8eea966e532529dd958d4158d7449 /src/plugins/scripts/tcl/weechat-tcl-api.c | |
parent | 03e604c675e0685a8b83bf29f50dd5bcfe983e52 (diff) | |
download | weechat-e561ab1ae3be9885577bae590936f1231321228f.zip |
Check SSL certificates and use self-signed certificate to auto identify on IRC server (CertFP) (task #7492) (patch from kolter)
Diffstat (limited to 'src/plugins/scripts/tcl/weechat-tcl-api.c')
-rw-r--r-- | src/plugins/scripts/tcl/weechat-tcl-api.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |