summaryrefslogtreecommitdiff
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2005-04-09 16:57:54 +0000
committerMoritz Schulte <mo@g10code.com>2005-04-09 16:57:54 +0000
commitb619ab452319ea53947f4a3dbe9ce3fa902b6b42 (patch)
treef223358b58d4fc45f08ec65fb1c3ec7d4bfb9ee8 /cipher/tiger.c
parent6bbc384d1b6ae221ed5951edce15064aee7964d4 (diff)
downloadlibgcrypt-b619ab452319ea53947f4a3dbe9ce3fa902b6b42.tar.gz
2005-04-09 Moritz Schulte <moritz@g10code.com>
* tiger.c: Do not forget to include file types.h. * md.c: Likewise. These changes make Libgcrypt actually INCLUDE the Tiger algorithm.
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c
index 1a811bc4..452bdb31 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
+#include "types.h"
#include "g10lib.h"
#include "memory.h"
#include "cipher.h"