summaryrefslogtreecommitdiff
path: root/bin/md5/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/md5/crc.c')
-rw-r--r--bin/md5/crc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/md5/crc.c b/bin/md5/crc.c
index d322f342e93..bb949b95c6e 100644
--- a/bin/md5/crc.c
+++ b/bin/md5/crc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crc.c,v 1.2 2004/05/10 19:48:07 deraadt Exp $ */
+/* $OpenBSD: crc.c,v 1.3 2009/10/27 23:59:22 deraadt Exp $ */
/*
* Copyright (c) 2004 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -16,10 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-static const char rcsid[] = "$OpenBSD: crc.c,v 1.2 2004/05/10 19:48:07 deraadt Exp $";
-#endif /* not lint */
-
#include <sys/types.h>
#include <errno.h>