From: Tudor-Dan Ambarus Subject: RE: [v9 PATCH] crypto: caam - add support for RSA algorithm Date: Mon, 4 Jul 2016 09:50:18 +0000 Message-ID: References: <1467387085-12212-1-git-send-email-tudor-dan.ambarus@nxp.com> <20160703074358.GA25820@gondor.apana.org.au> <20160704083612.GA31386@gondor.apana.org.au> <20160704084606.GA31460@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: "linux-crypto@vger.kernel.org" , "Horia Ioan Geanta Neag" To: Herbert Xu Return-path: Received: from mail-eopbgr30043.outbound.protection.outlook.com ([40.107.3.43]:20532 "EHLO EUR03-AM5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751354AbcGEHlD convert rfc822-to-8bit (ORCPT ); Tue, 5 Jul 2016 03:41:03 -0400 In-Reply-To: <20160704084606.GA31460@gondor.apana.org.au> Content-Language: en-US Sender: linux-crypto-owner@vger.kernel.org List-ID: > Please look at your patch. It's broken, you're including > > +#include "rsapubkey-asn1.h" > +#include "rsaprivkey-asn1.h" > > which no longer exist. Right, the inclusions, together with: +ccflags-y += -I$(srctree)/crypto are leftovers. I will submit a v10 patch. These files (from crypto/) are generated by the asn1 compiler when building the rsa_generic support. caampkc selects CRYPTO_RSA, so the compilation should work. Anyway, this problem disappears when removing the inclusions. Thanks, ta