summaryrefslogtreecommitdiff
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-08-04 11:44:59 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-08-29 15:48:55 +1000
commit8acac1a6cbad3c30e9c1172391138fcf18d14c35 (patch)
treeb6b617e20a7c3889a45bf4a91f176268735757ee /crypto/internal.h
parent9a7b408a2075e3ec2adcec703f62da9f02c32ecb (diff)
downloadlinux-crypto-8acac1a6cbad3c30e9c1172391138fcf18d14c35.tar.gz
linux-crypto-8acac1a6cbad3c30e9c1172391138fcf18d14c35.zip
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>
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 683fcb2d..6d8d2131 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -82,7 +82,7 @@ static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg)
}
struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
-struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask);
+struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask);
struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
int crypto_init_digest_ops(struct crypto_tfm *tfm);