summaryrefslogtreecommitdiffhomepage
path: root/https.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-11 13:17:32 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-11 13:17:32 +0200
commit6081819802972c716745a44e3521ccb3b3cf7b1a (patch)
treed1dafa4b821acff243f1613d2dd483e49782ff0b /https.h
parent07f01d1ab5e68fc042356fd90fa07c199791b29c (diff)
Support IPv6
Diffstat (limited to 'https.h')
-rw-r--r--https.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/https.h b/https.h
index e2aabbb..864f379 100644
--- a/https.h
+++ b/https.h
@@ -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);