summaryrefslogtreecommitdiff
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-02-16 21:05:37 +0000
committerWerner Koch <wk@gnupg.org>2009-02-16 21:05:37 +0000
commit9ecd705ab395d6fa9c192471fe81dc160dfeafac (patch)
tree0ea203f7807d5671d8da3b3c699c1054f844ddb8 /cipher/tiger.c
parentba1c1d7456745adbd3b6b94bc935cacc914126eb (diff)
downloadlibgcrypt-9ecd705ab395d6fa9c192471fe81dc160dfeafac.tar.gz
Portability fixes.
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c
index a6200457..320cdb19 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -24,7 +24,6 @@
#include <string.h>
#include "g10lib.h"
-#include "memory.h"
#include "cipher.h"
#ifdef HAVE_U64_TYPEDEF