]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 21 Dec 2005 11:01:58 +0000 (19:01 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:15:56 +0000 (14:15 -0800)
commitbcb0ad2b34daade529ce1f38eede0ea8b7309535
tree5f09892e3031dc3c94304f563e91baa1b3438d6a
parentafad2608c766f53c79ec4ffccdb4bef660b90a89
[CRYPTO] sha1: Fixed off-by-64 bug in sha1_update

After a partial update, the done pointer is off to the right by 64 bytes.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/sha1.c