mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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
|
@ -628,6 +628,7 @@ TEST_F(net_load_test_clt, permament_open_and_close_and_connections_closed_by_ser
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
tools::on_startup();
|
||||
epee::debug::get_set_enable_assert(true, false);
|
||||
//set up logging options
|
||||
mlog_configure(mlog_get_default_log_path("net_load_tests_clt.log"), true);
|
||||
|
|
|
@ -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