[CRYPTO] hmac: Fix hmac_init update call
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 23 Sep 2006 14:40:41 +0000 (00:40 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Sep 2006 18:34:43 +0000 (11:34 -0700)
The crypto_hash_update call in hmac_init gave the number 1
instead of the length of the sg list in bytes.  This is a
missed conversion from the digest => hash change.

As tcrypt only tests crypto_hash_digest it didn't catch this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
crypto/hmac.c

diff --cc crypto/hmac.c
Simple merge