From 12093bdb6e7b8b583f0d2847bd39983d83ecd9fe Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Wed, 30 May 2018 16:15:25 -0500 Subject: 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. --- libpurple/purple.h.in | 1 - 1 file changed, 1 deletion(-) (limited to 'libpurple/purple.h.in') 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 #include #include -#include #include #include #include -- cgit v1.2.1