diff options
author | lloyd <[email protected]> | 2014-04-27 17:18:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-27 17:18:06 +0000 |
commit | 4783a605bf19106ddb9eb56e835218db24bb7cae (patch) | |
tree | 42e51f717cf625f05ee257a89573184ac6313a54 | |
parent | 8699e5ef8054b325db775d0933e21fc7449a8827 (diff) |
Require one plausible entropy source in auto_rng, prevents the common
error of generating an amalagamation build with all of them disabled.
-rw-r--r-- | src/lib/rng/auto_rng/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/rng/auto_rng/info.txt b/src/lib/rng/auto_rng/info.txt index 848c06ac3..a72120a88 100644 --- a/src/lib/rng/auto_rng/info.txt +++ b/src/lib/rng/auto_rng/info.txt @@ -5,4 +5,5 @@ hmac_rng hmac sha2_32 sha2_64 +dev_random|cryptoapi_rng|unix_procs|proc_walk </requires> |