diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-10-04 10:52:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-10-04 10:52:10 +0000 |
commit | 14ad02cb434d1f30d2453190942cfb89c5b7d17e (patch) | |
tree | 454097b85ab3d2042be2e5d7903b800eef8ee745 /md5c.c | |
parent | 8a3dfe9c0e2941313940ed4a122e0db35a79cf69 (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 */ |