git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa64966
)
crypto: shash - Fix async finup handling of null digest
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 13:26:41 +0000
(21:26 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 13:26:41 +0000
(21:26 +0800)
When shash_ahash_finup encounters a null request, we end up not
calling the underlying final function. This patch fixes that.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found