On Mon, Jul 04, 2016 at 09:06:19AM +0000, Cristian Stoica wrote:
> Hi Herbert,
> 
> I've tried the following builds and both fail:
> 
> make mrproper
> make defconfig
> make drivers/crypto/qat/qat_common/qat_asym_algs.o
> ....
> drivers/crypto/qat/qat_common/qat_asym_algs.c:55:32: fatal error: 
> qat_rsapubkey-asn1.h: No such file or directory
>  #include "qat_rsapubkey-asn1.h"

qat is missing a dependency on ASN1 I believe.  But as we're phasing
out the ASN1 code in RSA drivers this will be fixed by converting
to the new RSA helper interface.

> make mrproper
> make defconfig
> make drivers/crypto/caam/caampkc.o
> ...
> drivers/crypto/caam/caampkc.c:17:28: fatal error: rsapubkey-asn1.h: No such 
> file or directory
>  #include "rsapubkey-asn1.h"

caam isn't even using ASN1 but it's just including this old header
file which should be deleted.

Cheers,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to