Initialize openssl on startup
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
using namespace epee;
|
||||
|
||||
#include "common/command_line.h"
|
||||
#include "common/util.h"
|
||||
#include "transactions_flow_test.h"
|
||||
|
||||
namespace po = boost::program_options;
|
||||
@@ -58,6 +59,7 @@ namespace
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
TRY_ENTRY();
|
||||
tools::on_startup();
|
||||
string_tools::set_module_name_and_folder(argv[0]);
|
||||
|
||||
//set up logging options
|
||||
|
||||
Reference in New Issue
Block a user