summaryrefslogtreecommitdiff
path: root/common/md5.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:29:25 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:29:25 +0000
commit82a32ff78428bec9f9a4f69cc21ccf9d197a38ff (patch)
treeecea6a03cb46f17d2857b2183a3d8680d45469c9 /common/md5.c
parent5763a98bdac994a8c2ddbd693d36cbb75b1ce987 (diff)
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'common/md5.c')
-rw-r--r--common/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/md5.c b/common/md5.c
index 3de44cb..2594793 100644
--- a/common/md5.c
+++ b/common/md5.c
@@ -14,7 +14,7 @@
* 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>
+ * Minor modifications by Stef Walter <stef@memberwebs.com>
*/
#include <string.h>