mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-17 12:12:55 -05:00
warning about entropy.
git-svn-id: file:///svn/unbound/trunk@828 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a0e442eb32
commit
1b6d254224
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ ub_initstate(unsigned int seed, struct ub_randstate* state,
|
|||
ERR_get_error());
|
||||
return 0;
|
||||
}
|
||||
log_warn("openssl has no entropy, seeding with time");
|
||||
}
|
||||
ub_arc4random_stir(state->s);
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue