crypto: authenc - Use correct ahash complete functions
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 2 Mar 2010 13:59:54 +0000 (21:59 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Mar 2010 13:59:54 +0000 (21:59 +0800)
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 <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found