From c709ba9eaa9c0af6cf5aa23b75b1a0bd6cf65903 Mon Sep 17 00:00:00 2001 From: otto <> Date: Wed, 22 Dec 2010 08:23:42 +0000 Subject: [PATCH] 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(-) diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c index 7580e39f..43c6fc04 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. */