]> git.ipfire.org Git - thirdparty/rng-tools.git/commit
rngd: Initialize RNGs in order of preference
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Aug 2012 21:31:40 +0000 (14:31 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 2 Aug 2012 04:19:07 +0000 (00:19 -0400)
commit0044517d087c442225891dd9a26ff52a602a295b
tree51b78d66568ac359db8fb2e556c85f9f98ff5e52
parentdb508e37fe83b720c45ce7f2cd180dade5e58f3a
rngd: Initialize RNGs in order of preference

The DRNG entropy source, if present, is going to be orders of
magnitudes faster than most other sources, so initialize it
first so that it shows up first in the list.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
rngd.c