summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-05-14 20:22:36 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-05-14 20:32:02 +0200
commite493c1467bbaebfbaf2a9a6b1da3398b76232ce5 (patch)
treee4d09e70c029e7e7a25653b1e688f6da55d60232 /md5.c
parentcaea065f12f3d358948cd0ca760ebd7c27cb6c80 (diff)
downloadlibpam-pwdfile-e493c1467bbaebfbaf2a9a6b1da3398b76232ce5.tar.gz
remove CVS $Id line and static version number
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/md5.c b/md5.c
index 3565e55..542ff80 100644
--- a/md5.c
+++ b/md5.c
@@ -1,6 +1,4 @@
/*
- * $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
* written by Colin Plumb in 1993, no copyright is claimed.