i want to use
#include <boost/asio/ssl.hpp>
but it ever drops me this:
1>d:\boost\boost\asio\ssl\detail\openssl_types.hpp(19) : fatal error C1083: Cannot open include file: 'openssl/conf.h': No such file or directory
whats wrong with it?
boost::asio::ssl
requires OpenSSL
.
http://www.boost.org/doc/libs/1_50_0/doc/html/boost_asio/overview/ssl.html
OpenSSL is required to make use of Boost.Asio's SSL support.
Check configuration of boost::asio
library and configuration of openssl
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With