changeset 18997:90d8d8bb395a

merge of '05f31e865f99d6f9afec4c0f635a0c64e2884d8c' and '8684b5a2faae1ccbd37e2af4ae3717e14395f62d'
author William Ehlhardt <williamehlhardt@gmail.com>
date Sun, 08 Jul 2007 01:37:37 +0000
parents 88be01d503fb (diff) 24fc5ca67afc (current diff)
children 3273fa6a52a8
files libpurple/sslconn.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/sslconn.c	Sun Jul 08 00:46:34 2007 +0000
+++ b/libpurple/sslconn.c	Sun Jul 08 01:37:37 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)
@@ -210,10 +206,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);