From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755182AbbIYGQ4 (ORCPT ); Fri, 25 Sep 2015 02:16:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58271 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755039AbbIYGQy (ORCPT ); Fri, 25 Sep 2015 02:16:54 -0400 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: References: <12398.1442324426@warthog.procyon.org.uk> <19089.1442357783@warthog.procyon.org.uk> <15243.1442443515@warthog.procyon.org.uk> <14070.1443093533@warthog.procyon.org.uk> <21321.1443093705@warthog.procyon.org.uk> To: Vinson Lee Cc: dhowells@redhat.com, David Woodhouse , "Luis R. Rodriguez" , Mimi Zohar , Marcel Holtmann , LKML Subject: Re: Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10683.1443161809.1@warthog.procyon.org.uk> Date: Fri, 25 Sep 2015 07:16:49 +0100 Message-ID: <10684.1443161809@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vinson Lee wrote: > After a similar edit to line 289, replacing i2d_PKCS7_bio_stream with > i2d_PKCS7_bio, sign-file.c builds for me on CentOS 5.11. Okay, thanks. Does it then work? David