aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/twofish.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/crypto/twofish.h b/include/crypto/twofish.h
index e4328cfaaf64..c408522595c6 100644
--- a/include/crypto/twofish.h
+++ b/include/crypto/twofish.h
@@ -17,7 +17,6 @@ struct twofish_ctx {
17 u32 s[4][256], w[8], k[32]; 17 u32 s[4][256], w[8], k[32];
18}; 18};
19 19
20int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, 20int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
21 unsigned int key_len, u32 *flags);
22 21
23#endif 22#endif