From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751295AbdALMyp (ORCPT ); Thu, 12 Jan 2017 07:54:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59202 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbdALMyn (ORCPT ); Thu, 12 Jan 2017 07:54:43 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1482413899-62353-1-git-send-email-john@phrozen.org> References: <1482413899-62353-1-git-send-email-john@phrozen.org> To: John Crispin Cc: dhowells@redhat.com, David Woodhouse , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, Felix Fietkau Subject: Re: [PATCH] sign-file: fix build error in sign-file.c with libressl MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <11159.1484225680.1@warthog.procyon.org.uk> Date: Thu, 12 Jan 2017 12:54:40 +0000 Message-ID: <11160.1484225680@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 12 Jan 2017 12:54:44 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org John Crispin wrote: > From: Felix Fietkau > > The sign-file tool failed to build against libressl. Fix this by extending > the PKCS7 check and thus making sign-file link against libressl without an > error. > > Signed-off-by: John Crispin > Signed-off-by: Felix Fietkau Applied. David