From: Glyn M. <gly...@gm...> - 2010-02-17 19:29:27
|
Hi Erik, On 17 February 2010 20:22, Nelson, Erik - 2 <eri...@ba... > wrote: > > 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? > > That example shouldn't need OpenSSL and therefore that's a bug. Can you add a ticket to the issue tracker? http://github.com/cpp-netlib/cpp-netlib/issues Thanks for bringing this to our attention, Glyn |