You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not completely sure but it appears that omitting the BOOST_NETWORK_ENABLE_HTTPS macro does not have any affect anymore. You still get an error if you try to compile without OpenSSL:
error C1083: Cannot open include file: 'openssl/conf.h'
My guess for the reason is this commit b7488dd that added SSL support and included boost/asio/ssl.hpp without using the macro.