summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorespie <>2005-08-08 08:05:37 +0000
committerespie <>2005-08-08 08:05:37 +0000
commitd7398a270c9cd1b7b4d545ed70ea24384781a86c (patch)
tree5271cd28bf0b2aae56d5048737464cda4d24f702 /src/lib/libc/crypt
parent63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff)
downloadopenbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2
openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/crypt.c6
-rw-r--r--src/lib/libc/crypt/crypt2.c6
-rw-r--r--src/lib/libc/crypt/md5crypt.c6
3 files changed, 3 insertions, 15 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c
index f0e2900f6d..15a784532d 100644
--- a/src/lib/libc/crypt/crypt.c
+++ b/src/lib/libc/crypt/crypt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $ */ 1/* $OpenBSD: crypt.c,v 1.20 2005/08/08 08:05:33 espie Exp $ */
2 2
3/* 3/*
4 * FreeSec: libcrypt 4 * FreeSec: libcrypt
@@ -46,10 +46,6 @@
46 * posted to the sci.crypt newsgroup by the author and is available for FTP. 46 * posted to the sci.crypt newsgroup by the author and is available for FTP.
47 */ 47 */
48 48
49#if defined(LIBC_SCCS) && !defined(lint)
50static char rcsid[] = "$OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $";
51#endif /* LIBC_SCCS and not lint */
52
53#include <sys/types.h> 49#include <sys/types.h>
54#include <sys/param.h> 50#include <sys/param.h>
55#include <pwd.h> 51#include <pwd.h>
diff --git a/src/lib/libc/crypt/crypt2.c b/src/lib/libc/crypt/crypt2.c
index 53b5bfb706..63a297e510 100644
--- a/src/lib/libc/crypt/crypt2.c
+++ b/src/lib/libc/crypt/crypt2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $ */ 1/* $OpenBSD: crypt2.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */
2 2
3/* 3/*
4 * FreeSec: libcrypt 4 * FreeSec: libcrypt
@@ -46,10 +46,6 @@
46 * posted to the sci.crypt newsgroup by the author and is available for FTP. 46 * posted to the sci.crypt newsgroup by the author and is available for FTP.
47 */ 47 */
48 48
49#if defined(LIBC_SCCS) && !defined(lint)
50static char rcsid[] = "$OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $";
51#endif /* LIBC_SCCS and not lint */
52
53#include <sys/types.h> 49#include <sys/types.h>
54#include <sys/param.h> 50#include <sys/param.h>
55#include <pwd.h> 51#include <pwd.h>
diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c
index 97717e68d5..fe1393cf7c 100644
--- a/src/lib/libc/crypt/md5crypt.c
+++ b/src/lib/libc/crypt/md5crypt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $ */ 1/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */
2 2
3/* 3/*
4 * ---------------------------------------------------------------------------- 4 * ----------------------------------------------------------------------------
@@ -12,10 +12,6 @@
12 * 12 *
13 */ 13 */
14 14
15#if defined(LIBC_SCCS) && !defined(lint)
16static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $";
17#endif /* LIBC_SCCS and not lint */
18
19#include <unistd.h> 15#include <unistd.h>
20#include <stdio.h> 16#include <stdio.h>
21#include <string.h> 17#include <string.h>