From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFleY-00081C-5v for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFleV-00025J-29 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:04:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFleU-00024f-Sq for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:04:50 -0400 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Thu, 16 Jul 2015 18:03:58 +0200 Message-Id: <1437062641-12684-1-git-send-email-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/3] crypto: nettle fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell [1/3] fixes a build problem with new nettle libraries. Peter Maydell found an undefined behavior with some architectures that is fixed in [2/3]. (I haven't checked if QEMU runs on one.) [3/3] refactors [2/3]; feel free to squish or drop it. v3: make wrappers static [2-3/3] v2: avoid undefined behavior[2-3/3] Radim Kr=C4=8Dm=C3=A1=C5=99 (3): crypto: fix build with nettle >=3D 3.0.0 crypto: avoid undefined behavior in nettle calls crypto: use CPP for wrapper definitions in nettle configure | 4 +++- crypto/cipher-nettle.c | 38 ++++++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) --=20 2.4.5