Re: [PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER

2016-05-19 Thread Herbert Xu
On Wed, May 18, 2016 at 04:55:56PM +0200, Arnd Bergmann wrote: > In some rare randconfig builds, we can end up with > ASYMMETRIC_PUBLIC_KEY_SUBTYPE enabled but CRYPTO_AKCIPHER disabled, > which fails to link because of the reference to crypto_alloc_akcipher: > > crypto/built-in.o: In function

Re: [PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER

2016-05-19 Thread Herbert Xu
On Wed, May 18, 2016 at 04:55:56PM +0200, Arnd Bergmann wrote: > In some rare randconfig builds, we can end up with > ASYMMETRIC_PUBLIC_KEY_SUBTYPE enabled but CRYPTO_AKCIPHER disabled, > which fails to link because of the reference to crypto_alloc_akcipher: > > crypto/built-in.o: In function

[PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER

2016-05-18 Thread Arnd Bergmann
In some rare randconfig builds, we can end up with ASYMMETRIC_PUBLIC_KEY_SUBTYPE enabled but CRYPTO_AKCIPHER disabled, which fails to link because of the reference to crypto_alloc_akcipher: crypto/built-in.o: In function `public_key_verify_signature': :(.text+0x110e4): undefined reference to

[PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER

2016-05-18 Thread Arnd Bergmann
In some rare randconfig builds, we can end up with ASYMMETRIC_PUBLIC_KEY_SUBTYPE enabled but CRYPTO_AKCIPHER disabled, which fails to link because of the reference to crypto_alloc_akcipher: crypto/built-in.o: In function `public_key_verify_signature': :(.text+0x110e4): undefined reference to