summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorniklas <>1998-03-22 19:01:20 +0000
committerniklas <>1998-03-22 19:01:20 +0000
commitdd6e62d9a76a2ba0250076d288e5c0ba303989af (patch)
tree8b2b59dc607d4d0b9662c739d52385efe100a440 /src/lib/libc/crypt
parente76ed5e581d1a3240120ce9416a991fc1f21a449 (diff)
downloadopenbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.gz
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.tar.bz2
openbsd-dd6e62d9a76a2ba0250076d288e5c0ba303989af.zip
$OpenBSD$
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.c2
-rw-r--r--src/lib/libc/crypt/crypt.c4
-rw-r--r--src/lib/libc/crypt/morecrypt.c4
3 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c
index d34de2be7d..5279c21518 100644
--- a/src/lib/libc/crypt/arc4random.c
+++ b/src/lib/libc/crypt/arc4random.c
@@ -1,4 +1,4 @@
1/* $Id: arc4random.c,v 1.2 1997/07/09 01:08:16 millert Exp $ */ 1/* $OpenBSD: arc4random.c,v 1.3 1998/03/22 19:01:16 niklas Exp $ */
2 2
3/* 3/*
4 * Arc4 random number generator for OpenBSD. 4 * Arc4 random number generator for OpenBSD.
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c
index 3dce745d5d..8fd319a4f3 100644
--- a/src/lib/libc/crypt/crypt.c
+++ b/src/lib/libc/crypt/crypt.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $ */
2
1/* 3/*
2 * FreeSec: libcrypt 4 * FreeSec: libcrypt
3 * 5 *
@@ -50,7 +52,7 @@
50 */ 52 */
51 53
52#if defined(LIBC_SCCS) && !defined(lint) 54#if defined(LIBC_SCCS) && !defined(lint)
53static char rcsid[] = "$OpenBSD: crypt.c,v 1.12 1997/09/10 23:15:43 deraadt Exp $"; 55static char rcsid[] = "$OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $";
54#endif /* LIBC_SCCS and not lint */ 56#endif /* LIBC_SCCS and not lint */
55 57
56#include <sys/types.h> 58#include <sys/types.h>
diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c
index 1178ef6544..e9e0ced4c1 100644
--- a/src/lib/libc/crypt/morecrypt.c
+++ b/src/lib/libc/crypt/morecrypt.c
@@ -1,3 +1,5 @@
1/* $OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $ */
2
1/* 3/*
2 * FreeSec: libcrypt 4 * FreeSec: libcrypt
3 * 5 *
@@ -51,7 +53,7 @@
51 */ 53 */
52 54
53#if defined(LIBC_SCCS) && !defined(lint) 55#if defined(LIBC_SCCS) && !defined(lint)
54static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.8 1997/03/30 20:24:47 deraadt Exp $"; 56static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $";
55#endif /* LIBC_SCCS and not lint */ 57#endif /* LIBC_SCCS and not lint */
56 58
57#include <sys/types.h> 59#include <sys/types.h>