Initialize openssl on startup

This commit is contained in:
moneromooo-monero 2017-10-21 10:09:51 +01:00
parent 8d511f3c24
commit 937e7f8aa6
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
10 changed files with 21 additions and 1 deletions

View file

@ -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);