diff options
Diffstat (limited to 'src/init')
-rw-r--r-- | src/init/common.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init/common.cpp b/src/init/common.cpp index eac6732968..788abb9821 100644 --- a/src/init/common.cpp +++ b/src/init/common.cpp @@ -7,7 +7,6 @@ #endif #include <clientversion.h> -#include <compat/sanity.h> #include <crypto/sha256.h> #include <fs.h> #include <key.h> @@ -49,9 +48,6 @@ bool SanityChecks() return InitError(Untranslated("Elliptic curve cryptography sanity check failure. Aborting.")); } - if (!glibcxx_sanity_test()) - return false; - if (!Random_SanityCheck()) { return InitError(Untranslated("OS cryptographic RNG sanity check failure. Aborting.")); } |