aboutsummaryrefslogtreecommitdiffstats
path: root/md5c.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-10-04 10:52:10 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-10-04 10:52:10 +0000
commit14ad02cb434d1f30d2453190942cfb89c5b7d17e (patch)
tree454097b85ab3d2042be2e5d7903b800eef8ee745 /md5c.c
parent8a3dfe9c0e2941313940ed4a122e0db35a79cf69 (diff)
downloadfetchmail-14ad02cb434d1f30d2453190942cfb89c5b7d17e.tar.gz
fetchmail-14ad02cb434d1f30d2453190942cfb89c5b7d17e.tar.bz2
fetchmail-14ad02cb434d1f30d2453190942cfb89c5b7d17e.zip
We are ready to rock.
svn path=/trunk/; revision=3537
Diffstat (limited to 'md5c.c')
-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 */