Open melroy89 opened 11 months ago
Add missing colon symbol in ssl/stream.hpp example code.
Ps. I'm also not sure about the default context in your example, should that not be a client context (eg. boost::asio::ssl::context::tlsv12_client)? But I digress...
boost::asio::ssl::context::tlsv12_client
Add missing colon symbol in ssl/stream.hpp example code.
Ps. I'm also not sure about the default context in your example, should that not be a client context (eg.
boost::asio::ssl::context::tlsv12_client
)? But I digress...