diff options
author | Niels Möller <nisse@lysator.liu.se> | 2001-09-25 12:28:59 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2001-09-25 12:28:59 +0200 |
commit | 2d51740fe13416678122b8113bf108d3778bdcbd (patch) | |
tree | 63fcd9c3aa1d78e1e6958e5c8330007abdcd2ec7 /md5.c | |
parent | 57641213882b4dfd1c134cd71b0eec4ced13514b (diff) | |
download | nettle-2d51740fe13416678122b8113bf108d3778bdcbd.tar.gz |
Include string.h, for memcpy.
Rev: src/nettle/md5.c:1.3
Diffstat (limited to 'md5.c')
-rw-r--r-- | md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |