diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
commit | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch) | |
tree | 29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/hash/md5.c | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/hash/md5.c')
-rw-r--r-- | lib/libc/hash/md5.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/hash/md5.c b/lib/libc/hash/md5.c index a1ff135e3cf..e60bbd904de 100644 --- a/lib/libc/hash/md5.c +++ b/lib/libc/hash/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.7 2004/05/28 15:10:27 millert Exp $ */ +/* $OpenBSD: md5.c,v 1.8 2005/08/08 08:05:35 espie Exp $ */ /* * This code implements the MD5 message-digest algorithm. @@ -17,10 +17,6 @@ * will fill a supplied 16-byte array with the digest. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: md5.c,v 1.7 2004/05/28 15:10:27 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <string.h> #include <md5.h> |