diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-21 10:09:51 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-21 10:17:18 +0100 |
commit | 937e7f8aa6bda1280abdea493583f4f959ee18e8 (patch) | |
tree | 5d88a15ed55bec94d672a6c5edca52053965ba0b /tests/core_proxy | |
parent | Merge pull request #2601 (diff) | |
download | monero-937e7f8aa6bda1280abdea493583f4f959ee18e8.tar.xz |
Initialize openssl on startup
Diffstat (limited to 'tests/core_proxy')
-rw-r--r-- | tests/core_proxy/core_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index a0be3db96..0dc314b49 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -71,7 +71,7 @@ int main(int argc, char* argv[]) TRY_ENTRY(); - + tools::on_startup(); string_tools::set_module_name_and_folder(argv[0]); //set up logging options |