From c5b4a3ff6bcf1a9bbdad0dbd296b2a6ff9522165 Mon Sep 17 00:00:00 2001 From: otto <> Date: Wed, 22 Dec 2010 08:23:42 +0000 Subject: remove comment that hasn't been true for quite a while now; ok deraadt@ djm@ --- src/lib/libc/crypt/arc4random.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c index 7580e39fb5..43c6fc0435 100644 --- a/src/lib/libc/crypt/arc4random.c +++ b/src/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 @@ -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. */ -- cgit v1.2.3-55-g6feb