summaryrefslogtreecommitdiffstats
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-03 13:09:20 +0100
committerWerner Koch <wk@gnupg.org>1998-02-03 13:09:20 +0100
commit899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch)
tree71b685933a39dfbdc7d6801775dc2c6ff99aeddf /cipher/md.c
parentchanged structure of trustdb (diff)
downloadgnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.xz
gnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip
Fixed a few bugs
Diffstat (limited to 'cipher/md.c')
-rw-r--r--cipher/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md.c b/cipher/md.c
index eb7b7b845..221cf7199 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -21,6 +21,7 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <errno.h>
#include "util.h"
#include "cipher.h"