summaryrefslogtreecommitdiff
path: root/libpurple/purple.h.in
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-30 16:15:25 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-30 16:15:25 -0500
commit12093bdb6e7b8b583f0d2847bd39983d83ecd9fe (patch)
treed4b329c16ab52f24ebf3214672f20e996ef08d74 /libpurple/purple.h.in
parent02d517476afc4dff1b871d7f1afcd107f2a126da (diff)
downloadpidgin-12093bdb6e7b8b583f0d2847bd39983d83ecd9fe.tar.gz
Drop tls-certificate.[ch] and tls-certificate-info.[ch]
glib-networking >= 2.57.1 uses system certificates by default. Servers *should* have a proper certificate, and people with self-signed ones *should* be able to add them to their system. Being that exceptions to this are extreme edge cases, it *should* be fine to just use the system certificate store and not worry about trying to manage certificate trust ourselves. If it turns out this is needed, we can always add support later, potentially via a plugin. To that end, this patch drops libpurple's certificate parsing and trust management code.
Diffstat (limited to 'libpurple/purple.h.in')
-rw-r--r--libpurple/purple.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/purple.h.in b/libpurple/purple.h.in
index 6079fe3759..6819efe55a 100644
--- a/libpurple/purple.h.in
+++ b/libpurple/purple.h.in
@@ -92,7 +92,6 @@
#include <theme.h>
#include <theme-loader.h>
#include <theme-manager.h>
-#include <tls-certificate.h>
#include <upnp.h>
#include <util.h>
#include <version.h>