diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c index 074a40bd..ec2dee8c 100644 --- a/src/lib/libc/crypt/crypt.c +++ b/src/lib/libc/crypt/crypt.c @@ -1,5 +1,3 @@ -/* $OpenBSD: crypt.c,v 1.5 1996/07/02 23:05:55 deraadt Exp $ */ - /* * FreeSec: libcrypt * @@ -50,6 +48,11 @@ * only the crypt() interface. This is required to make binaries linked * against crypt.o exportable or re-exportable from the USA. */ + +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: crypt.c,v 1.6 1996/08/19 08:19:49 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c index 0d661cb7..0efd81c3 100644 --- a/src/lib/libc/crypt/md5crypt.c +++ b/src/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 diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c index f68e2fcc..0ce7ac74 100644 --- a/src/lib/libc/crypt/morecrypt.c +++ b/src/lib/libc/crypt/morecrypt.c @@ -1,5 +1,3 @@ -/* $OpenBSD: morecrypt.c,v 1.5 1996/06/03 22:20:37 niklas Exp $ */ - /* * FreeSec: libcrypt * @@ -51,6 +49,11 @@ * exportable from the USA. Hence, to also have the other crypto interfaces * available we have to copy pieces... */ + +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include