summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-03-16 19:50:40 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-03-21 15:49:25 +0100
commite6e0590ec6f966f0bdac8f211817e69345fb7ca6 (patch)
tree20a2df5a1f5fcd305102c1016bf132e77788c5c7 /tests
parentd5b17f728038c7f474c949cbc9e9e7f6d8835253 (diff)
downloadempathy-e6e0590ec6f966f0bdac8f211817e69345fb7ca6.tar.gz
Remove the GnuTLS dependency
GIO, backed by glib-networking, has everything that we need. https://bugzilla.gnome.org/show_bug.cgi?id=780160
Diffstat (limited to 'tests')
-rw-r--r--tests/empathy-tls-test.c2
1 files changed, 0 insertions, 2 deletions
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 <gnutls/gnutls.h>
#include <telepathy-glib/telepathy-glib.h>
#include <telepathy-glib/telepathy-glib-dbus.h>
@@ -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);