changeset 19497:d351a42435a9

- TODO whacking and cosmetics
author William Ehlhardt <williamehlhardt@gmail.com>
date Mon, 20 Aug 2007 16:25:44 +0000
parents 004c3e257bd0
children 7589b218f89a
files libpurple/certificate.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Mon Aug 20 16:22:35 2007 +0000
+++ b/libpurple/certificate.c	Mon Aug 20 16:25:44 2007 +0000
@@ -1297,7 +1297,6 @@
 		return;
 	}
 
-	/* TODO: I don't have the Glib documentation handy; is this correct? */
 	last = g_list_last(chain);
 	end_crt = (PurpleCertificate *) last->data;
 
@@ -1336,7 +1335,7 @@
 					  "%s does not have a valid digital "
 					  "signature from the Certificate "
 					  "Authority from which it claims to "
-					  "have a signature from."),
+					  "have a signature."),
 					vrq->subject_name);
 		
 		purple_notify_error(NULL, /* TODO: Probably wrong */
@@ -1406,7 +1405,6 @@
 		/* vrq is now the responsibility of cert_in_cache */
 		x509_tls_cached_cert_in_cache(vrq);
 	} else {
-		/* TODO: Prompt the user, etc. */
 		purple_debug_info("certificate/x509/tls_cached",
 				  "...Not in cache\n");
 		/* vrq now becomes the problem of unknown_peer */
@@ -1730,7 +1728,6 @@
 gboolean
 purple_certificate_unregister_pool(PurpleCertificatePool *pool)
 {
-	/* TODO: Better error checking? */
 	if (NULL == pool) {
 		purple_debug_warning("certificate",
 				     "Attempting to unregister NULL pool\n");