Mercurial > pidgin
changeset 19205:fff2bc09ec1a
Cosmetics
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 13 Aug 2007 05:42:57 +0000 |
parents | 2847b6c84d6c |
children | 919395a01483 |
files | libpurple/certificate.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;