Skip to content

Commit

Permalink
sanity: hook up sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Jun 16, 2014
1 parent 679240d commit 92a6220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#ifndef WIN32
#include <signal.h>
#endif
#include "compat/sanity.h"

#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
Expand Down Expand Up @@ -417,8 +418,8 @@ bool InitSanityCheck(void)
"information, visit https://en.bitcoin.it/wiki/OpenSSL_and_EC_Libraries");
return false;
}

// TODO: remaining sanity checks, see #4081
if (!glibc_sanity_test() || !glibcxx_sanity_test())
return false;

return true;
}
Expand Down

0 comments on commit 92a6220

Please sign in to comment.