aboutsummaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index 0fb1a78..26bafdb 100644
--- a/md5.c
+++ b/md5.c
@@ -1,5 +1,5 @@
/*
- * $Id: md5.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $
+ * $Id: md5.c,v 1.1 2002/05/11 14:42:35 cpbotha Exp $
*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was