drm: add savage driver
[safe/jmp/linux-2.6] / crypto / serpent.c
index 7d152e8..3cf2c50 100644 (file)
        x4 ^= x2;
 
 struct serpent_ctx {
-       u8 iv[SERPENT_BLOCK_SIZE];
        u32 expkey[SERPENT_EXPKEY_WORDS];
 };