Skip to content
Snippets Groups Projects
Commit 4fa84776 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

md5.c: Always include string.h to fix memcpy warnings

parent 6ac188a9
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
*/
#include "md5.h"
#include <string.h>
#ifdef TEST
/*
......@@ -46,7 +47,6 @@
* The test program should print out the same values as given in section
* A.5 of RFC 1321, reproduced below.
*/
#include <string.h>
main()
{
static const char *const test[7] = {
......
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