Skip to content

Commit

Permalink
Fix compilation of test-dns_random_hh.cc w/ getrandom AND arc4random
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Apr 15, 2020
1 parent e9d4463 commit b212114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/test-dns_random_hh.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ BOOST_AUTO_TEST_CASE(test_dns_random_getrandom_average) {
#endif

#if defined(HAVE_ARC4RANDOM)
BOOST_AUTO_TEST_CASE(test_dns_random_getrandom_average) {
BOOST_AUTO_TEST_CASE(test_dns_random_arc4random_average) {

::arg().set("rng")="arc4random";
::arg().set("entropy-source")="/dev/urandom";
Expand Down

0 comments on commit b212114

Please # to comment.