|
@@ -313,9 +313,7 @@ static int random_read_wakeup_bits = 64;
|
|
static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS;
|
|
static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS;
|
|
|
|
|
|
/*
|
|
/*
|
|
- * The minimum number of seconds between urandom pool reseeding. We
|
|
|
|
- * do this to limit the amount of entropy that can be drained from the
|
|
|
|
- * input pool even if there are heavy demands on /dev/urandom.
|
|
|
|
|
|
+ * Variable is currently unused by left for user space compatibility.
|
|
*/
|
|
*/
|
|
static int random_min_urandom_seed = 60;
|
|
static int random_min_urandom_seed = 60;
|
|
|
|
|