summaryrefslogtreecommitdiff
path: root/crypto/serpent.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/serpent.c')
-rw-r--r--crypto/serpent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/serpent.c b/crypto/serpent.c
index 7d152e89016..3cf2c5067ee 100644
--- a/crypto/serpent.c
+++ b/crypto/serpent.c
@@ -210,7 +210,6 @@
x4 ^= x2;
struct serpent_ctx {
- u8 iv[SERPENT_BLOCK_SIZE];
u32 expkey[SERPENT_EXPKEY_WORDS];
};