diff options
Diffstat (limited to 'crypto/internal.h')
-rw-r--r-- | crypto/internal.h | 1 |
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 | ||
133 | struct crypto_alg *crypto_mod_get(struct crypto_alg *alg); | 133 | struct crypto_alg *crypto_mod_get(struct crypto_alg *alg); |
134 | void crypto_mod_put(struct crypto_alg *alg); | ||
135 | struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask); | 134 | struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, u32 mask); |
136 | struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask); | 135 | struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask); |
137 | 136 | ||