Mon, 13 Aug 2007 05:42:57 +0000
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;