changeset 18959:88be01d503fb

disapproval of revision 'e408398aae606a1aafb857413db4fa9736e374ae'
author William Ehlhardt <williamehlhardt@gmail.com>
date Sun, 08 Jul 2007 01:37:23 +0000
parents db67f6b39b72
children 90d8d8bb395a
files libpurple/sslconn.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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);