summaryrefslogtreecommitdiff
path: root/cipher/sha1.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/sha1.c
parentba1c1d7456745adbd3b6b94bc935cacc914126eb (diff)
downloadlibgcrypt-9ecd705ab395d6fa9c192471fe81dc160dfeafac.tar.gz
Portability fixes.
Diffstat (limited to 'cipher/sha1.c')
-rw-r--r--cipher/sha1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/sha1.c b/cipher/sha1.c
index 8862c64b..0b5dc430 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -37,7 +37,6 @@
#endif
#include "g10lib.h"
-#include "memory.h"
#include "bithelp.h"
#include "cipher.h"
#include "hash-common.h"