Re: crypto: rsa - select on undefined AKCIPHER

2015-06-19 Thread Herbert Xu
On Thu, Jun 18, 2015 at 07:55:05AM -0700, Tadeusz Struk wrote: > > Yes it should have been CRYPTO_AKCIPHER. > Thanks for reporting this. Please resend your patch with a cc to linux-crypto. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: crypto: rsa - select on undefined AKCIPHER

2015-06-19 Thread Herbert Xu
On Thu, Jun 18, 2015 at 07:55:05AM -0700, Tadeusz Struk wrote: Yes it should have been CRYPTO_AKCIPHER. Thanks for reporting this. Please resend your patch with a cc to linux-crypto. Thanks, -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page: http://gondor.apana.org.au/~herbert/ PGP

Re: crypto: rsa - select on undefined AKCIPHER

2015-06-18 Thread Tadeusz Struk
On 06/18/2015 01:26 AM, Andreas Ruprecht wrote: > Hi Tadeusz, > > your commit cfc2bb32b313 ("crypto: rsa - add a new rsa generic > implementation") was merged into linux-next today (i.e., next-20150618). > It changes the crypto/Kconfig file and adds the CRYPTO_RSA config option: > > +config

crypto: rsa - select on undefined AKCIPHER

2015-06-18 Thread Andreas Ruprecht
Hi Tadeusz, your commit cfc2bb32b313 ("crypto: rsa - add a new rsa generic implementation") was merged into linux-next today (i.e., next-20150618). It changes the crypto/Kconfig file and adds the CRYPTO_RSA config option: +config CRYPTO_RSA + tristate "RSA algorithm" + select

Re: crypto: rsa - select on undefined AKCIPHER

2015-06-18 Thread Tadeusz Struk
On 06/18/2015 01:26 AM, Andreas Ruprecht wrote: Hi Tadeusz, your commit cfc2bb32b313 (crypto: rsa - add a new rsa generic implementation) was merged into linux-next today (i.e., next-20150618). It changes the crypto/Kconfig file and adds the CRYPTO_RSA config option: +config CRYPTO_RSA +

crypto: rsa - select on undefined AKCIPHER

2015-06-18 Thread Andreas Ruprecht
Hi Tadeusz, your commit cfc2bb32b313 (crypto: rsa - add a new rsa generic implementation) was merged into linux-next today (i.e., next-20150618). It changes the crypto/Kconfig file and adds the CRYPTO_RSA config option: +config CRYPTO_RSA + tristate RSA algorithm + select AKCIPHER