From 302b2312312f9e974f87ac20f4272f154bb2e218 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 15 Jun 2007 10:10:13 +0000 Subject: [PATCH] The text states that the CSPRNG is seeded from /dev/urandom, so add a reference to urandom(4). Reported-by: Robin Carey Dragonfly-bug: --- lib/libc/gen/arc4random.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index d5fbd70e6d..8a191cf654 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -29,7 +29,7 @@ .\" .\" Manual page, using -mandoc macros .\" $FreeBSD: src/lib/libc/gen/arc4random.3,v 1.8.2.5 2003/05/06 21:40:19 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/arc4random.3,v 1.5 2007/04/07 19:29:51 swildner Exp $ +.\" $DragonFly: src/lib/libc/gen/arc4random.3,v 1.6 2007/06/15 10:10:13 swildner Exp $ .\" .Dd April 15, 1997 .Dt ARC4RANDOM 3 @@ -92,7 +92,8 @@ functions using .Sh SEE ALSO .Xr rand 3 , .Xr random 3 , -.Xr srandomdev 3 +.Xr srandomdev 3 , +.Xr urandom 4 .Sh HISTORY .Tn RC4 has been designed by RSA Data Security, Inc. -- 2.41.0