Re: [PATCH v6 4/4] crypto: AF_ALG: enable RNG interface compilation

2014-12-30 Thread Stephan Mueller
Am Montag, 29. Dezember 2014, 21:41:58 schrieb Herbert Xu: Hi Herbert, > On Thu, Dec 25, 2014 at 11:00:39PM +0100, Stephan Mueller wrote: > > Enable compilation of the RNG AF_ALG support and provide a Kconfig > > option to compile the RNG AF_ALG support. > > > > Signed-off-by: Stephan Mueller >

Re: [PATCH v6 4/4] crypto: AF_ALG: enable RNG interface compilation

2014-12-29 Thread Herbert Xu
On Thu, Dec 25, 2014 at 11:00:39PM +0100, Stephan Mueller wrote: > Enable compilation of the RNG AF_ALG support and provide a Kconfig > option to compile the RNG AF_ALG support. > > Signed-off-by: Stephan Mueller Patch applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herber

[PATCH v6 4/4] crypto: AF_ALG: enable RNG interface compilation

2014-12-25 Thread Stephan Mueller
Enable compilation of the RNG AF_ALG support and provide a Kconfig option to compile the RNG AF_ALG support. Signed-off-by: Stephan Mueller --- crypto/Kconfig | 9 + crypto/Makefile | 1 + 2 files changed, 10 insertions(+) diff --git a/crypto/Kconfig b/crypto/Kconfig index cd3e6fd..f2d