summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorpvalchev <>2001-06-05 05:05:38 +0000
committerpvalchev <>2001-06-05 05:05:38 +0000
commitc13690753132d874488bb128d1c76d16d9dffb9d (patch)
tree8a5eb6627260420f18e1351fa72b8a2335b93811 /src/lib/libc/crypt
parentcbcf3828721b9c27769878dc70a33848b01d81b9 (diff)
downloadopenbsd-c13690753132d874488bb128d1c76d16d9dffb9d.tar.gz
openbsd-c13690753132d874488bb128d1c76d16d9dffb9d.tar.bz2
openbsd-c13690753132d874488bb128d1c76d16d9dffb9d.zip
License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c
index 45f60de9cf..4e916ab99a 100644
--- a/src/lib/libc/crypt/arc4random.c
+++ b/src/lib/libc/crypt/arc4random.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: arc4random.c,v 1.5 1999/09/28 01:24:48 deraadt Exp $ */ 1/* $OpenBSD: arc4random.c,v 1.6 2001/06/05 05:05:38 pvalchev Exp $ */
2 2
3/* 3/*
4 * Arc4 random number generator for OpenBSD. 4 * Arc4 random number generator for OpenBSD.
@@ -6,8 +6,7 @@
6 * 6 *
7 * Modification and redistribution in source and binary forms is 7 * Modification and redistribution in source and binary forms is
8 * permitted provided that due credit is given to the author and the 8 * permitted provided that due credit is given to the author and the
9 * OpenBSD project (for instance by leaving this copyright notice 9 * OpenBSD project by leaving this copyright notice intact.
10 * intact).
11 */ 10 */
12 11
13/* 12/*