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:
5773a3e
)
crypto: hash - Move ahash functions into crypto/hash.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 08:01:22 +0000
(16:01 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:18 +0000
(20:35 +0800)
All new crypto interfaces should go into individual files as much
as possible in order to ensure that crypto.h does not collapse under
its own weight.
This patch moves the ahash code into crypto/hash.h and crypto/internal/hash.h
respectively.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found