Skip to content
Snippets Groups Projects
Commit 2d51740f authored by Niels Möller's avatar Niels Möller
Browse files

Include string.h, for memcpy.

Rev: src/nettle/md5.c:1.3
parent 57641213
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment