summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2010-12-22 08:23:42 +0000
committerotto <otto@openbsd.org>2010-12-22 08:23:42 +0000
commitf8b5512d2443b4d8efc4681751f2b8849df819c8 (patch)
tree770391555bca9da79043962df9a07bd2a7ed632d /lib/libc
parentonce we read the list, make sure it matches the dependency. (diff)
downloadwireguard-openbsd-f8b5512d2443b4d8efc4681751f2b8849df819c8.tar.xz
wireguard-openbsd-f8b5512d2443b4d8efc4681751f2b8849df819c8.zip
remove comment that hasn't been true for quite a while now;
ok deraadt@ djm@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/crypt/arc4random.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/crypt/arc4random.c b/lib/libc/crypt/arc4random.c
index 7580e39fb54..43c6fc0435a 100644
--- a/lib/libc/crypt/arc4random.c
+++ b/lib/libc/crypt/arc4random.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arc4random.c,v 1.21 2009/12/15 18:19:06 guenther Exp $ */
+/* $OpenBSD: arc4random.c,v 1.22 2010/12/22 08:23:42 otto Exp $ */
/*
* Copyright (c) 1996, David Mazieres <dm@uun.org>
@@ -26,11 +26,6 @@
* which is a trade secret). The same algorithm is used as a stream
* cipher called "arcfour" in Tatu Ylonen's ssh package.
*
- * Here the stream cipher has been modified always to include the time
- * when initializing the state. That makes it impossible to
- * regenerate the same random sequence twice, so this can't be used
- * for encryption, but will generate good random numbers.
- *
* RC4 is a registered trademark of RSA Laboratories.
*/