diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-25 00:33:43 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-25 00:33:43 +0000 |
commit | b200e99089f3e52bf8306a122cbd81054a60887a (patch) | |
tree | 7f2a96e8b659ba9ca21e978cf54578ce2f7fd9d2 /common/md5.c | |
parent | edbae6915129156a23af014d686179c9620cd9d0 (diff) |
Licenses in files.
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> |