mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 0d6b6b7c65 into merged_master (Bitcoin PR #17191)
This commit is contained in:
commit
4455342bfc
1 changed files with 0 additions and 4 deletions
|
|
@ -594,10 +594,6 @@ static void SeedSleep(CSHA512& hasher, RNGState& rng)
|
|||
|
||||
static void SeedStartup(CSHA512& hasher, RNGState& rng) noexcept
|
||||
{
|
||||
#ifdef WIN32
|
||||
RAND_screen();
|
||||
#endif
|
||||
|
||||
// Gather 256 bits of hardware randomness, if available
|
||||
SeedHardwareSlow(hasher);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue