[glib-networking/wip/openssl] fix



commit 1abff772ddc7c77dff6bca8b0e2deaaf0cb224ec
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 19 10:00:56 2016 +0100

    fix

 tls/tests/connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 37f34d5..9432429 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1442,6 +1442,7 @@ test_simultaneous_async (TestConnection *test,
   g_assert_cmpstr (test->buf, ==, TEST_DATA);
 }
 
+#ifdef WITH_BACKEND_GNUTLS
 static gboolean
 check_gnutls_has_rehandshaking_bug (void)
 {
@@ -1454,6 +1455,7 @@ check_gnutls_has_rehandshaking_bug (void)
          !strcmp (version, "3.3.9") ||
           !strcmp (version, "3.3.10"));
 }
+#endif
 
 static void
 test_simultaneous_async_rehandshake (TestConnection *test,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]