From cb24c8539d1098d1a61605b452ecfa11a693320d Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 9 May 2017 15:13:00 -0700 Subject: Use rdrand as entropy source on supported platforms --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 3bbdb16c3b..298cc715c2 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1168,6 +1168,7 @@ bool AppInitSanityChecks() // ********************************************************* Step 4: sanity checks // Initialize elliptic curve code + RandomInit(); ECC_Start(); globalVerifyHandle.reset(new ECCVerifyHandle()); -- cgit v1.2.3