aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2017-05-09 15:13:00 -0700
committerPieter Wuille <[email protected]>2017-06-13 17:02:05 -0700
commitcb24c8539d1098d1a61605b452ecfa11a693320d (patch)
treeafe76352b93e35cf15684243b386cc3a318b22da /src/init.cpp
parentMerge #10313: [Consensus] Add constant for maximum stack size (diff)
downloaddiscoin-cb24c8539d1098d1a61605b452ecfa11a693320d.tar.xz
discoin-cb24c8539d1098d1a61605b452ecfa11a693320d.zip
Use rdrand as entropy source on supported platforms
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 3bbdb16c3..298cc715c 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());