aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-10 21:31:48 -0400
committerJack Lloyd <[email protected]>2019-08-27 09:27:33 -0400
commit308bdc190f4e6a3606f801390d191988a0438557 (patch)
treef8c9763c439fca5fda33c523928c7bd02d929a84 /src/build-data/buildh.in
parentecb22c16531db3023c739fa1436d8f3893fa1081 (diff)
Add support for POWER9 DARN RNG
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r--src/build-data/buildh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index caa160eb0..425d06498 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -181,7 +181,7 @@
* broken system RNG.
*/
#define BOTAN_ENTROPY_DEFAULT_SOURCES \
- { "rdseed", "rdrand", "getentropy", "dev_random", \
+ { "rdseed", "rdrand", "p9_darn", "getentropy", "dev_random", \
"system_rng", "proc_walk", "system_stats" }
/* Multiplier on a block cipher's native parallelism */