From 61e934f03886fd91cf1c24ae32efcfc629bc1c5e Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 3 Mar 2001 14:35:01 +0000 Subject: [PATCH] Take down a comment that is no longer true. /dev/random is ready for prime time! --- sys/dev/random/yarrow.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index 9b07af8cfab..6313587f23d 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -26,10 +26,6 @@ * $FreeBSD$ */ -/* NOTE NOTE NOTE - This is not finished! It will supply numbers, but - * it is not yet cryptographically secure!! - */ - #include #include #include