diff options
Diffstat (limited to 'https.h')
-rw-r--r-- | https.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ public: private: ctx_type m_ctx; - ssl::context m_ctx_dummy{tls_method}; // Initial use, will be replaced by host specific context (with specific certificate) public: Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins); |