diff options
author | Eric Biggers <ebiggers@google.com> | 2016-10-07 17:13:34 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-10-20 23:03:41 -0400 |
commit | afb5a0a947f68dd5a5829db6c975063a0acc07d1 (patch) | |
tree | 55298b202c00ff0015f331a052717897faaa729e /include/crypto | |
parent | 4c36941aee7f9bb3a1183ba89aa15b86622c8668 (diff) |
crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration
The definition of crypto_lookup_skcipher() was already removed in
commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level givcipher
interface"). So the declaration should be removed too.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/internal/skcipher.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h index a21a95e1a375..95d2a1822796 100644 --- a/include/crypto/internal/skcipher.h +++ b/include/crypto/internal/skcipher.h | |||
@@ -74,8 +74,6 @@ static inline int crypto_grab_skcipher2(struct crypto_skcipher_spawn *spawn, | |||
74 | return crypto_grab_skcipher(spawn, name, type, mask); | 74 | return crypto_grab_skcipher(spawn, name, type, mask); |
75 | } | 75 | } |
76 | 76 | ||
77 | struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask); | ||
78 | |||
79 | static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) | 77 | static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) |
80 | { | 78 | { |
81 | crypto_drop_spawn(&spawn->base); | 79 | crypto_drop_spawn(&spawn->base); |