mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 19:44:55 -04:00
Initialize openssl on startup
This commit is contained in:
parent
8d511f3c24
commit
937e7f8aa6
10 changed files with 21 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include "include_base_utils.h"
|
||||
#include "common/command_line.h"
|
||||
#include "common/util.h"
|
||||
#include "unit_tests_utils.h"
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
@ -43,6 +44,7 @@ boost::filesystem::path unit_test::data_dir;
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
tools::on_startup();
|
||||
epee::string_tools::set_module_name_and_folder(argv[0]);
|
||||
mlog_configure(mlog_get_default_log_path("unit_tests.log"), true);
|
||||
epee::debug::get_set_enable_assert(true, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue