epee http_client SSL support

This commit is contained in:
Jaquee
2017-06-20 17:22:24 +02:00
parent eec1013785
commit 1cf940f2a1
4 changed files with 112 additions and 47 deletions

View File

@@ -326,7 +326,7 @@ if (UNIX AND NOT APPLE)
find_package(Threads)
endif()
# Handle OpenSSL, used for sha256sum on binary updates
# Handle OpenSSL, used for sha256sum on binary updates and light wallet ssl http
if (APPLE AND NOT IOS)
if (NOT OpenSSL_DIR)
EXECUTE_PROCESS(COMMAND brew --prefix openssl