From c99327c17d2f6587b130f3095e0c67595b49ee5b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 1 May 2017 00:20:18 +0200 Subject: tests: don't use GNUTLS_IDNA_FORCE_2008 in str-idna Instead utilize the default flags to allow fallback to IDNA2003. Signed-off-by: Nikos Mavrogiannopoulos --- tests/str-idna.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/str-idna.c b/tests/str-idna.c index 60dd58d5c5..cdf8cac284 100644 --- a/tests/str-idna.c +++ b/tests/str-idna.c @@ -32,11 +32,7 @@ #include #include -#ifdef HAVE_LIBIDN2 -# define GLOBAL_FLAGS GNUTLS_IDNA_FORCE_2008 -#else -# define GLOBAL_FLAGS 0 -#endif +#define GLOBAL_FLAGS 0 #define MATCH_FUNC(fname, str, normalized) \ static void fname(void **glob_state) \ -- cgit v1.2.1