Cosmetics soc.2007.certmgr

Mon, 13 Aug 2007 05:42:57 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Mon, 13 Aug 2007 05:42:57 +0000
branch
soc.2007.certmgr
changeset 19346
e0ae1b11effb
parent 19345
939e2898106f
child 19347
ec35ba7ac30a

Cosmetics

libpurple/certificate.c file | annotate | diff | comparison | revisions
--- a/libpurple/certificate.c	Mon Aug 13 05:42:25 2007 +0000
+++ b/libpurple/certificate.c	Mon Aug 13 05:42:57 2007 +0000
@@ -729,7 +729,7 @@
 
 /** Look up a ca_element by dn */
 static x509_ca_element *
-x509_ca_locate_crt(GList *lst, const gchar *dn)
+x509_ca_locate_cert(GList *lst, const gchar *dn)
 {
 	GList *cur;
 
@@ -749,7 +749,7 @@
 	g_return_val_if_fail(x509_ca_lazy_init(), FALSE);
 	g_return_val_if_fail(id, FALSE);
 
-	if (x509_ca_locate_crt(x509_ca_certs, id) != NULL) {
+	if (x509_ca_locate_cert(x509_ca_certs, id) != NULL) {
 		return TRUE;
 	} else {
 		return FALSE;

mercurial