From e6e0590ec6f966f0bdac8f211817e69345fb7ca6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Mar 2017 19:50:40 +0100 Subject: Remove the GnuTLS dependency GIO, backed by glib-networking, has everything that we need. https://bugzilla.gnome.org/show_bug.cgi?id=780160 --- tests/empathy-tls-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c index b8f9ffcbb..9b62ae4e0 100644 --- a/tests/empathy-tls-test.c +++ b/tests/empathy-tls-test.c @@ -1,6 +1,5 @@ #include "config.h" -#include #include #include @@ -744,7 +743,6 @@ main (int argc, int result; test_init (argc, argv); - gnutls_global_init (); g_test_add ("/tls/certificate_basics", Test, NULL, setup, test_certificate_mock_basics, teardown); -- cgit v1.2.1