diff options
Diffstat (limited to 'common/md5.c')
-rw-r--r-- | common/md5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/md5.c b/common/md5.c index 00058ef..3de44cb 100644 --- a/common/md5.c +++ b/common/md5.c @@ -13,6 +13,8 @@ * MD5Context structure, pass it to MD5Init, call MD5Update as * needed on buffers full of bytes, and then call MD5Final, which * will fill a supplied 16-byte array with the digest. + * + * Minor modifications by Nate Nielsen <nielsen@memberwebs.com> */ #include <string.h> |