mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2839
0b08bf39
fixed common/util.cpp to link against libressl (ston1th)
This commit is contained in:
commit
51e7645836
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ std::string get_nix_version_display_string()
|
|||
MCLOG_RED(el::Level::Warning, "global", "Running with glibc " << ver << ", hangs may occur - change glibc version if possible");
|
||||
#endif
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_TEXT)
|
||||
SSL_library_init();
|
||||
#else
|
||||
OPENSSL_init_ssl(0, NULL);
|
||||
|
|
Loading…
Reference in a new issue