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:
b6d4434
)
crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 4 Aug 2008 03:44:59 +0000
(11:44 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 29 Aug 2008 05:48:55 +0000
(15:48 +1000)
Since the only user of __crypto_alg_lookup is doing exactly what
crypto_alg_lookup does, we can now the latter in lieu of the former.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found