crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 4 Aug 2008 03:44:59 +0000 (11:44 +0800)
committerHerbert 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