[glib-networking] tls/tests: add one more gnutls release to our blacklist
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] tls/tests: add one more gnutls release to our blacklist
- Date: Tue, 9 Dec 2014 19:09:25 +0000 (UTC)
commit 5669351b7267c12ef3f91aa0a9ae63c4ba7dae95
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Dec 9 20:08:32 2014 +0100
tls/tests: add one more gnutls release to our blacklist
This bug will be fixed in 3.3.11
tls/tests/connection.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 6bcb9c2..2d2d1e8 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1058,7 +1058,8 @@ check_gnutls_has_rehandshaking_bug (void)
!strcmp (version, "3.1.28") ||
!strcmp (version, "3.2.19") ||
!strcmp (version, "3.3.8") ||
- !strcmp (version, "3.3.9"));
+ !strcmp (version, "3.3.9") ||
+ !strcmp (version, "3.3.10"));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]