From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDbxS-000637-N8 for qemu-devel@nongnu.org; Fri, 10 Jul 2015 13:19:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDbxN-0003fE-GJ for qemu-devel@nongnu.org; Fri, 10 Jul 2015 13:19:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDbxN-0003ev-Ac for qemu-devel@nongnu.org; Fri, 10 Jul 2015 13:19:25 -0400 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Fri, 10 Jul 2015 19:17:59 +0200 Message-Id: <1436548682-9315-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 v2 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 a potential undefined behavior with some architecture= s 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. 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