# HG changeset patch # User William Ehlhardt # Date 1183858643 0 # Node ID 88be01d503fb33918e8dae71ca5f54a906962248 # Parent db67f6b39b7287aa69ed902efb160e319600f376 disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae' diff -r db67f6b39b72 -r 88be01d503fb libpurple/sslconn.c --- a/libpurple/sslconn.c Wed Jun 27 00:22:40 2007 +0000 +++ b/libpurple/sslconn.c Sun Jul 08 01:37:23 2007 +0000 @@ -118,10 +118,6 @@ gsc->connect_cb = func; gsc->error_cb = error_func; - /* TODO: remove the following line, as the verifier should be - specified Somewhere Else */ - gsc->verifier = purple_certificate_find_verifier("x509","singleuse"); - gsc->connect_data = purple_proxy_connect(NULL, account, host, port, purple_ssl_connect_cb, gsc); if (gsc->connect_data == NULL) @@ -194,10 +190,6 @@ if(host) gsc->host = g_strdup(host); - /* TODO: remove the following line, as the verifier should be - specified Somewhere Else */ - gsc->verifier = purple_certificate_find_verifier("x509","singleuse"); - ops = purple_ssl_get_ops(); ops->connectfunc(gsc);