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:
13dda80
)
crypto: md5 - Set statesize
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 2 Mar 2010 13:58:16 +0000
(21:58 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 2 Mar 2010 13:58:16 +0000
(21:58 +0800)
As md5 now has export/import functions, it must set the attribute
statesize. Otherwise anything that relies on import/export may
fail as they will see a zero statesize.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found