diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-22 19:01:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-22 19:01:21 +0000 |
commit | 75fdcaa5b9eb2cfdabc90db3023c44f0264bd95b (patch) | |
tree | a90c4ac316ca3b80e468f21b4983f6bd20bdd5cb /lib | |
parent | eb8594755b0d8fea4acd262654f3278bf5607faf (diff) |
$OpenBSD$
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/crypt/arc4random.c | 2 | ||||
-rw-r--r-- | lib/libc/crypt/crypt.c | 4 | ||||
-rw-r--r-- | lib/libc/crypt/morecrypt.c | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.c b/lib/libc/crypt/arc4random.c index d34de2be7da..5279c215181 100644 --- a/lib/libc/crypt/arc4random.c +++ b/lib/libc/crypt/arc4random.c @@ -1,4 +1,4 @@ -/* $Id: arc4random.c,v 1.2 1997/07/09 01:08:16 millert Exp $ */ +/* $OpenBSD: arc4random.c,v 1.3 1998/03/22 19:01:16 niklas Exp $ */ /* * Arc4 random number generator for OpenBSD. diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c index 3dce745d5db..8fd319a4f31 100644 --- a/lib/libc/crypt/crypt.c +++ b/lib/libc/crypt/crypt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $ */ + /* * FreeSec: libcrypt * @@ -50,7 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crypt.c,v 1.12 1997/09/10 23:15:43 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/crypt/morecrypt.c b/lib/libc/crypt/morecrypt.c index 1178ef65449..e9e0ced4c14 100644 --- a/lib/libc/crypt/morecrypt.c +++ b/lib/libc/crypt/morecrypt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $ */ + /* * FreeSec: libcrypt * @@ -51,7 +53,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.8 1997/03/30 20:24:47 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |