aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-12 10:20:24 +0000
committerWerner Koch <[email protected]>1999-01-12 10:20:24 +0000
commit62957ff4e73a27226c39586e3aa7a36aaea154b1 (patch)
tree6fe49a6bc4e1dcd3a0d8bebd26a7f1e7c90a5458 /cipher/tiger.c
parentSee ChangeLog: Sun Jan 10 19:36:42 CET 1999 Werner Koch (diff)
downloadgnupg-62957ff4e73a27226c39586e3aa7a36aaea154b1.tar.gz
gnupg-62957ff4e73a27226c39586e3aa7a36aaea154b1.zip
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 51c6450c8..20d17cae0 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 */