# HG changeset patch # User William Ehlhardt # Date 1186983777 0 # Node ID fff2bc09ec1a1019c6c5c35c4bdf33775fe7901a # Parent 2847b6c84d6c49d0edd0c5ae572a2814995aa798 Cosmetics diff -r 2847b6c84d6c -r fff2bc09ec1a libpurple/certificate.c --- 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;