Advertisement
Guest User

Untitled

a guest
May 10th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. In file included from SSLServer.cpp:8:0:
  2. SSLServer.h: In constructor ‘SSLServer::SSLServer(boost::asio::io_service&, short unsigned int)’:
  3. SSLServer.h:33:62: error: no match for call to ‘(boost::asio::ip::tcp) ()’
  4. boost::asio::ip::tcp::endpoint(boost::asio::ip::tcp::v4()(), port)),
  5. ^
  6. SSLServer.h:42:13: error: ‘class boost::asio::ssl::context’ has no member named ‘use_tmp_dh’
  7. context_.use_tmp_dh("dh512.pem");
  8. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement