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/md4.c | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/hash/md4.c')
-rw-r--r-- | lib/libc/hash/md4.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/hash/md4.c b/lib/libc/hash/md4.c index 0979ae348a5..a59ca7c2e9b 100644 --- a/lib/libc/hash/md4.c +++ b/lib/libc/hash/md4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md4.c,v 1.6 2004/05/28 15:10:27 millert Exp $ */ +/* $OpenBSD: md4.c,v 1.7 2005/08/08 08:05:35 espie Exp $ */ /* * This code implements the MD4 message-digest algorithm. @@ -18,10 +18,6 @@ * will fill a supplied 16-byte array with the digest. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: md4.c,v 1.6 2004/05/28 15:10:27 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <string.h> #include <md4.h> |