summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/md5crypt.c
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-19 08:35:14 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-19 08:35:14 +0000
commitd7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch)
tree35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/crypt/md5crypt.c
parent796010265f845625013cfa4bb2f73a26d43f30d2 (diff)
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/crypt/md5crypt.c')
-rw-r--r--lib/libc/crypt/md5crypt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/crypt/md5crypt.c b/lib/libc/crypt/md5crypt.c
index 0d661cb7541..0efd81c36e8 100644
--- a/lib/libc/crypt/md5crypt.c
+++ b/lib/libc/crypt/md5crypt.c
@@ -1,5 +1,3 @@
-/* $OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $ */
-
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
@@ -11,7 +9,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.3 1996/07/02 23:05:38 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.4 1996/08/19 08:19:50 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <unistd.h>