From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFlkm-0003T1-V5 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFlkj-0004bV-Qv for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:11:20 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:36207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFlkj-0004bR-JV for qemu-devel@nongnu.org; Thu, 16 Jul 2015 12:11:17 -0400 Received: by wgxm20 with SMTP id m20so62363925wgx.3 for ; Thu, 16 Jul 2015 09:11:17 -0700 (PDT) Sender: Paolo Bonzini References: <1437062641-12684-1-git-send-email-rkrcmar@redhat.com> <1437062641-12684-4-git-send-email-rkrcmar@redhat.com> From: Paolo Bonzini Message-ID: <55A7D7A0.90805@redhat.com> Date: Thu, 16 Jul 2015 18:11:12 +0200 MIME-Version: 1.0 In-Reply-To: <1437062641-12684-4-git-send-email-rkrcmar@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 3/3] crypto: use CPP for wrapper definitions in nettle List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , qemu-devel@nongnu.org Cc: Peter Maydell On 16/07/2015 18:04, Radim Krčmář wrote: > It's horrible both ways and I prefer this one. Let's see what Dan thinks. Since he's on vacation, for now I'm applying patches 1 and 2 only. Paolo > Signed-off-by: Radim Krčmář > --- > v3: make wrappers 'static' > v2: new > > crypto/cipher-nettle.c | 47 +++++++++++++++++------------------------------ > 1 file changed, 17 insertions(+), 30 deletions(-)