diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-09-08 22:56:54 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-09-08 22:56:54 +0800 |
commit | 82fa83288652fb6b856b442145b10791941f3113 (patch) | |
tree | 3914657a129e79c02d13b52dbbe498de75829837 /libempathy/empathy-utils.h | |
parent | 1cefa1fe32007daa35459bb1d74fb2622ec4a8c9 (diff) | |
download | gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar.gz gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar.bz2 gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar.lz gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar.xz gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.tar.zst gsoc2013-empathy-82fa83288652fb6b856b442145b10791941f3113.zip |
Move _get_certificate_hostname() out of the verifier
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <glib.h> #include <glib-object.h> +#include <gnutls/gnutls.h> +#include <gnutls/x509.h> #include <libxml/parser.h> #include <libxml/tree.h> #include <folks/folks.h> @@ -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__ */ |