From 7f9f1ecb710eac4d65bb02785ddf288cac098323 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 23 May 2018 15:26:19 +0200 Subject: Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062. --- nscd/gai.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nscd/gai.c') diff --git a/nscd/gai.c b/nscd/gai.c index 576fd0045b..24bdfee1db 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -42,9 +42,6 @@ /* Support code. */ #include #include -#ifdef HAVE_LIBIDN -# include -#endif /* Some variables normally defined in libc. */ service_user *__nss_hosts_database attribute_hidden; -- cgit 1.4.1