summaryrefslogtreecommitdiff
path: root/cipher/tiger.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c
index 516bd44b..b60ec162 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -31,9 +31,6 @@
#include "bithelp.h"
#include "bufhelp.h"
-/* We really need a 64 bit type for this code. */
-#ifdef HAVE_U64_TYPEDEF
-
typedef struct
{
gcry_md_block_ctx_t bctx;
@@ -853,5 +850,3 @@ gcry_md_spec_t _gcry_digest_spec_tiger2 =
tiger2_init, _gcry_md_block_write, tiger_final, tiger_read, NULL,
sizeof (TIGER_CONTEXT)
};
-
-#endif /* HAVE_U64_TYPEDEF */