Is OpenSSL required in order to compile a simple http client? If I make a little test program like
#include "boost/network/protocol/http.hpp" typedef network::http::basic_client<tags::http_keepalive_8bit_udp_resolve, 1, 1> http_client; http_client(); I get an error C:\work\boost\boost/asio/ssl/detail/openssl_types.hpp(23) : fatal error C1083: Cannot open include file: 'openssl/conf.h': No such file or directory Any thoughts? Erik ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
