Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-07-24 12:12:30 -05:00
parent 64c195a03d
commit f38ed3c71b
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -4,6 +4,7 @@
#include "bench.h" #include "bench.h"
#include "crypto/sha256.h"
#include "key.h" #include "key.h"
#include "stacktraces.h" #include "stacktraces.h"
#include "validation.h" #include "validation.h"
@ -18,6 +19,8 @@ void CleanupBLSDkgTests();
int int
main(int argc, char** argv) main(int argc, char** argv)
{ {
SHA256AutoDetect();
RegisterPrettySignalHandlers(); RegisterPrettySignalHandlers();
RegisterPrettyTerminateHander(); RegisterPrettyTerminateHander();