Re: [PATCH] crypto: public_key: select CRYPTO_AKCIPHER2

From: Arnd Bergmann
Date: Wed May 18 2016 - 10:57:11 EST


On Wednesday 18 May 2016 22:50:31 Herbert Xu wrote:
> On Wed, May 18, 2016 at 04:12:44PM +0200, Arnd Bergmann wrote:
> > In some rare randconfig builds, we can end up with
> > ASYMMETRIC_PUBLIC_KEY_SUBTYPE enabled but CRYPTO_AKCIPHER2 disabled,
> > which fails to link because of the reference to crypto_alloc_akcipher:
>
> This symbol is not meant to be selected by crypto users. Please
> select CRYPTO_AKCIPHER instead.
>

Ok, sent a v2 now.

Arnd