From 937e7f8aa6bda1280abdea493583f4f959ee18e8 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 21 Oct 2017 10:09:51 +0100 Subject: Initialize openssl on startup --- tests/performance_tests/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/performance_tests') diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index 3c0283eca..459eecba4 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -28,6 +28,7 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers +#include "common/util.h" #include "performance_tests.h" #include "performance_utils.h" @@ -48,6 +49,7 @@ int main(int argc, char** argv) { + tools::on_startup(); set_process_affinity(1); set_thread_high_priority(); -- cgit v1.2.3