I am trying to call a REST API via HTTPS by using boost::asio::ssl
in my Xcode Project. I couldn't find a way to link against OpenSSL in Xcode. Possibly I am not compiling OpenSSL properly. Can you give me hints on:
How to install and link against OpenSSL (version?) in Xcode (8.3.2) on Mac OS X (10.12.3)?
How to add library in my Xcode project means in source tree (openssl lib or path?) and its header search path?