Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/cql/cql_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class CQL_EXPORT cql_builder_t :
boost::shared_ptr<boost::asio::ssl::context> ssl_context(
new boost::asio::ssl::context(
#if BOOST_VERSION <= 104800
_io_service,
*_io_service.get(),
#endif
boost::asio::ssl::context::sslv23));
_ssl_context = ssl_context;
Expand Down