This commit is contained in:
parent
131cd37328
commit
79dca558d2
7 changed files with 33 additions and 29 deletions
|
|
@ -28,7 +28,7 @@ namespace SimpleWeb {
|
|||
asio_context.load_verify_file(verify_file);
|
||||
|
||||
socket=std::make_shared<HTTPS>(asio_io_service, asio_context);
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
boost::asio::ssl::context asio_context;
|
||||
|
|
@ -49,4 +49,4 @@ namespace SimpleWeb {
|
|||
};
|
||||
}
|
||||
|
||||
#endif /* CLIENT_HTTPS_HPP */
|
||||
#endif /* CLIENT_HTTPS_HPP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue