In file included from src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/src.hpp:22:0,
|
from src/third_party/asio-asio-1-11-0/asio/src/asio_ssl.cpp:11:
|
src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp: In constructor 'asio::ssl::context::context(asio::ssl::context_base::method)':
|
src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp:88:29: error: '::SSLv3_method' has not been declared
|
handle_ = ::SSL_CTX_new(::SSLv3_method());
|
^
|
src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp:91:29: error: '::SSLv3_client_method' has not been declared
|
handle_ = ::SSL_CTX_new(::SSLv3_client_method());
|
^
|
src/third_party/asio-asio-1-11-0/asio/include/asio/ssl/impl/context.ipp:94:29: error: '::SSLv3_server_method' has not been declared
|
handle_ = ::SSL_CTX_new(::SSLv3_server_method());
|