Re: [PATCH 1/2] crypto: authenc - Use correct ahash complete functions

2010-03-02 Thread Herbert Xu
On Tue, Feb 23, 2010 at 07:21:09AM +0100, Steffen Klassert wrote: > We accidentally assigned the ahash update complete function to > the wrong function pointer in crypto_authenc_verify. > This patch fixes this. > > Signed-off-by: Steffen Klassert Patch applied. Thanks! -- Visit Openswan at htt

[PATCH 1/2] crypto: authenc - Use correct ahash complete functions

2010-02-22 Thread Steffen Klassert
We accidentally assigned the ahash update complete function to the wrong function pointer in crypto_authenc_verify. This patch fixes this. Signed-off-by: Steffen Klassert --- crypto/authenc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/authenc.c b/crypto/auth