mirror of
https://github.com/monero-project/monero.git
synced 2025-08-04 00:34:15 -04:00
Merge pull request #2696
937e7f8a
Initialize openssl on startup (moneromooo-monero)
This commit is contained in:
commit
8df6b010eb
10 changed files with 21 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue