This commit is contained in:
MoneroOcean 2019-11-29 13:02:41 -08:00
commit 6e95a8ecd6
27 changed files with 6888 additions and 7338 deletions

View file

@ -6,6 +6,8 @@ if (WITH_TLS)
set(OPENSSL_MSVC_STATIC_RT TRUE)
set(EXTRA_LIBS ${EXTRA_LIBS} Crypt32)
elseif (APPLE)
set(OPENSSL_USE_STATIC_LIBS TRUE)
endif()
find_package(OpenSSL)