diff options
Diffstat (limited to 'https.h')
-rw-r--r-- | https.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,7 +15,9 @@ namespace HTTPS { class Server: public ::Server { // The SSL context is required, and holds certificates +public: ssl::context m_ctx{ssl::context::tlsv13}; + ssl::context m_ctx2{ssl::context::tlsv13}; const Socket& m_socket; public: |