diff options
author | 2001-06-05 05:05:37 +0000 | |
---|---|---|
committer | 2001-06-05 05:05:37 +0000 | |
commit | 27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c (patch) | |
tree | b1c3577332abfdf9248e7a61c3850a942179b0b2 /lib/libc/crypt/arc4random.c | |
parent | Remove leading '+' from the -u arg description; mbing@nfr.net (diff) | |
download | wireguard-openbsd-27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c.tar.xz wireguard-openbsd-27ab4cd3f8353825e7c6da4ba9d452b4febd9c3c.zip |
License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'lib/libc/crypt/arc4random.c')
-rw-r--r-- | lib/libc/crypt/arc4random.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.c b/lib/libc/crypt/arc4random.c index 45f60de9cfc..4e916ab99a1 100644 --- a/lib/libc/crypt/arc4random.c +++ b/lib/libc/crypt/arc4random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc4random.c,v 1.5 1999/09/28 01:24:48 deraadt Exp $ */ +/* $OpenBSD: arc4random.c,v 1.6 2001/06/05 05:05:38 pvalchev Exp $ */ /* * Arc4 random number generator for OpenBSD. @@ -6,8 +6,7 @@ * * Modification and redistribution in source and binary forms is * permitted provided that due credit is given to the author and the - * OpenBSD project (for instance by leaving this copyright notice - * intact). + * OpenBSD project by leaving this copyright notice intact. */ /* |