]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/internal.h
crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup
[linux-2.6-omap-h63xx.git] / crypto / internal.h
index 683fcb2d91f41968e946792e82d6eae3e917913c..6d8d2131058581c934cde05b537d7375d4eeeefc 100644 (file)
@@ -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);