aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-03-03 14:35:01 +0000
committerMark Murray <markm@FreeBSD.org>2001-03-03 14:35:01 +0000
commit61e934f03886fd91cf1c24ae32efcfc629bc1c5e (patch)
tree16a4bab7f59852d9fc0eb74526cc09936417e786 /sys/dev/random
parent0d63ebd068f8e4387376e715304c6e508d65bfb7 (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/yarrow.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 9b07af8cfab71..6313587f23d62 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 <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>