From 8c9d29e2648984257d603334cb67375fa7bab20f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Sep 1998 19:25:17 +0000 Subject: *** empty log message *** --- cipher/tiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/tiger.c') diff --git a/cipher/tiger.c b/cipher/tiger.c index d02f5cb8..c473e92d 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; -- cgit v1.2.1