From bf25eef79fc52128065d262756e2cbeb92aa22de Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 18 Jul 2016 06:43:08 -0600 Subject: [PATCH] Update comments in Kconfig --- drivers/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 1f0f7dbe3c..87724553f5 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -64,8 +64,7 @@ config DEV_URANDOM_CONGRUENTIAL point. NOTE: Good randomness from the congruential generator also requires that you also select CONFIG_LIB_RAND_ORDER > 2 - NOTE: Cyptographically secure? Certainly not if CONFIG_LIB_RAND_ORDER - is small. + NOTE: Not cyptographically secure endchoice # /dev/urandom algorithm endif # DEV_URANDOM