summaryrefslogtreecommitdiff
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-12 10:20:23 +0000
committerWerner Koch <wk@gnupg.org>1999-01-12 10:20:23 +0000
commitcb471962187b83eac0232dfcd3ff4134d96b1093 (patch)
treed5d6e321d25b0b4ba204a6b6a34f34c6f026b27f /cipher/tiger.c
parentce670d9592a4aba1b376168a0124f3eb96cf44d8 (diff)
downloadlibgcrypt-cb471962187b83eac0232dfcd3ff4134d96b1093.tar.gz
See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c
index 51c6450c..20d17cae 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -27,6 +27,11 @@
#include "memory.h"
+#ifdef HAVE_U64_TYPEDEF
+
+/* we really need it here, but as this is only experiment we
+ * can live without Tiger */
+
typedef struct {
u64 a, b, c;
byte buf[64];
@@ -964,4 +969,5 @@ gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
return ret;
}
+#endif /* HAVE_U64_TYPEDEF */