From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmJv-0005PB-Ek for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOmJp-0000vi-1s for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:23:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOmJo-0000vY-Ph for qemu-devel@nongnu.org; Thu, 18 Oct 2012 05:23:08 -0400 Message-ID: <507FCA76.4030006@redhat.com> Date: Thu, 18 Oct 2012 11:23:02 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1350551818-14717-1-git-send-email-andre.przywara@amd.com> In-Reply-To: <1350551818-14717-1-git-send-email-andre.przywara@amd.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc-tls: Fix compilation with newer versions of GNU-TLS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andre Przywara Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws On 10/18/12 11:16, Andre Przywara wrote: > In my installation of GNU-TLS (v3.0.23) the type > gnutls_anon_server_credentials is marked deprecated, so -Werror > breaks compilation. > Simply replacing it with the newer ..._t version fixed the compilation > on my machine (Slackware 14.0). I cannot tell how far back this "new" > type goes, at least the header file in RHEL 5.0 (v1.4.1) seems to have > it already. If someone finds a broken distribution, tell me and I > insert some compat code. Acked-by: Gerd Hoffmann cheers, Gerd