aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 7dc04efb55c6..93d9b10ff914 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -131,7 +131,6 @@ static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg,
131} 131}
132 132
133struct crypto_alg *crypto_mod_get(struct crypto_alg *alg); 133struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
134void crypto_mod_put(struct crypto_alg *alg);
135struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask); 134struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask);
136struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask); 135struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
137 136