mirror of
https://github.com/monero-project/monero.git
synced 2025-05-31 00:34:18 -04:00
Initialize openssl on startup
This commit is contained in:
parent
8d511f3c24
commit
937e7f8aa6
10 changed files with 21 additions and 1 deletions
|
@ -215,6 +215,7 @@ namespace
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
tools::on_startup();
|
||||
//set up logging options
|
||||
mlog_configure(mlog_get_default_log_path("net_load_tests_srv.log"), true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue