summaryrefslogtreecommitdiff
path: root/libpurple/purple.h.in
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2016-02-16 20:47:44 -0600
committerMike Ruprecht <cmaiku@gmail.com>2016-02-16 20:47:44 -0600
commit0a6e71532b071600329aecc58f73ed788bc80e84 (patch)
treeed55c1d92f16c926eeb1f4e58e599cad9daaa670 /libpurple/purple.h.in
parent97d51e65619e41f1da38a80808b9b0c7ef0bec0d (diff)
downloadpidgin-0a6e71532b071600329aecc58f73ed788bc80e84.tar.gz
Implement new, simplified TLS certificate API in libpurple
In using Gio directly, a lot of the certificate verification etc is unneeded. Only SSL/TLS certificates have ever been handled as far as I see. This patch creates a new, drastically simplified the API, which is specific to SSL/TLS certificates (X.509)
Diffstat (limited to 'libpurple/purple.h.in')
-rw-r--r--libpurple/purple.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/purple.h.in b/libpurple/purple.h.in
index b43a7ecd3e..a2ad259adf 100644
--- a/libpurple/purple.h.in
+++ b/libpurple/purple.h.in
@@ -95,6 +95,7 @@
#include <theme.h>
#include <theme-loader.h>
#include <theme-manager.h>
+#include <tls-certificate.h>
#include <upnp.h>
#include <util.h>
#include <version.h>