Re: [PATCH] crypto: shash - Test for the algorithms import function before exporting it

2009-07-23 Thread Herbert Xu
On Wed, Jul 22, 2009 at 02:53:02PM +0200, Steffen Klassert wrote: crypto_init_shash_ops_async() tests for setkey and not for import before exporting the algorithms import function to ahash. This patch fixes this. Signed-off-by: Steffen Klassert steffen.klass...@secunet.com Patch applied.

[PATCH] crypto: shash - Test for the algorithms import function before exporting it

2009-07-22 Thread Steffen Klassert
crypto_init_shash_ops_async() tests for setkey and not for import before exporting the algorithms import function to ahash. This patch fixes this. Signed-off-by: Steffen Klassert steffen.klass...@secunet.com --- crypto/shash.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff