From 82fa83288652fb6b856b442145b10791941f3113 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 8 Sep 2010 16:56:54 +0200 Subject: Move _get_certificate_hostname() out of the verifier --- libempathy/empathy-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index f588479b4..7e856d344 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -29,6 +29,8 @@ #include #include +#include +#include #include #include #include @@ -97,6 +99,8 @@ gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual) EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); TpChannelGroupChangeReason tp_chanel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); +gchar * empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ -- cgit v1.2.3