diff options
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r-- | cipher/tiger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c index d02f5cb86..c473e92d3 100644 --- a/cipher/tiger.c +++ b/cipher/tiger.c @@ -29,9 +29,9 @@ typedef struct { u64 a, b, c; - u32 nblocks; byte buf[64]; int count; + u32 nblocks; } TIGER_CONTEXT; |