From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aguM0-0007a8-Vs for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:22:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aguLx-0005OW-0J for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:22:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aguLw-0005No-RM for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:22:08 -0400 From: "Daniel P. Berrange" Date: Fri, 18 Mar 2016 13:21:54 +0000 Message-Id: <1458307316-25894-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH v1 0/2] Fix build problems with nettle < 3.0.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Gabriel L. Somlo" , Markus Armbruster This series fixes two build problems identified by people using 2.x series of nettle https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg04420.html Daniel P. Berrange (2): crypto: add compat cast5_set_key with nettle < 3.0.0 crypto: fix cipher function signature mismatch with nettle & xts crypto/cipher-nettle.c | 143 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 109 insertions(+), 34 deletions(-) -- 2.5.0