From: Nelson, E. - 2 <eri...@ba...> - 2010-02-17 19:23:33
|
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 |