mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 08:56:09 -04:00
Initialize openssl on startup
This commit is contained in:
parent
8d511f3c24
commit
937e7f8aa6
10 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue