summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-09-25 12:28:59 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-09-25 12:28:59 +0200
commit2d51740fe13416678122b8113bf108d3778bdcbd (patch)
tree63fcd9c3aa1d78e1e6958e5c8330007abdcd2ec7 /md5.c
parent57641213882b4dfd1c134cd71b0eec4ced13514b (diff)
downloadnettle-2d51740fe13416678122b8113bf108d3778bdcbd.tar.gz
Include string.h, for memcpy.
Rev: src/nettle/md5.c:1.3
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/md5.c b/md5.c
index c0d45ad0..932f6ca1 100644
--- a/md5.c
+++ b/md5.c
@@ -31,6 +31,7 @@
#include "macros.h"
#include <assert.h>
+#include <string.h>
/* A block, treated as a sequence of 32-bit words. */
#define MD5_DATA_LENGTH 16