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)
commitc51b6c8102a82239163c8c04e404c7cc2857b4be
tree58d3a82d5e1662f99f61e05be6375d8e4fa6023d
parentb6d44341864b50a308f932c39f03fb8ad5efb021
crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup

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>
crypto/algapi.c
crypto/api.c
crypto/internal.h