summaryrefslogtreecommitdiff
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-09-28 19:25:17 +0000
committerWerner Koch <wk@gnupg.org>1998-09-28 19:25:17 +0000
commit8c9d29e2648984257d603334cb67375fa7bab20f (patch)
tree70c84a89ab52be77f86a3d88594e65ddc7b2cf64 /cipher/tiger.c
parent41d07973ca468dd49ecd2e06429a72b9b3756949 (diff)
downloadlibgcrypt-8c9d29e2648984257d603334cb67375fa7bab20f.tar.gz
*** empty log message ***
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c2
1 files changed, 1 insertions, 1 deletions
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;