aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--md5c.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/md5c.c b/md5c.c
index 52d351d7..bdf11c28 100644
--- a/md5c.c
+++ b/md5c.c
@@ -15,9 +15,7 @@
* will fill a supplied 16-byte array with the digest.
*/
-/* This code slightly modified to fit into Samba by
- abartlet@samba.org Jun 2001 */
-
+#include "config.h"
#include "md5.h"
#ifdef HAVE_STRING_H
#include <string.h> /* memmove */