diff options
author | Mattes D <github@xoft.cz> | 2015-02-12 20:05:55 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-02-12 20:05:55 +0100 |
commit | 16636ff6e2bff3658e0843eee9dfad440771b62f (patch) | |
tree | 0b6113c23b4f1371bca1adb5f2e81033b03c5c36 /src/HTTPServer/SslHTTPConnection.h | |
parent | Update COMPILING.md (diff) | |
download | cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar.gz cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar.bz2 cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar.lz cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar.xz cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.tar.zst cuberite-16636ff6e2bff3658e0843eee9dfad440771b62f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/HTTPServer/SslHTTPConnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/HTTPServer/SslHTTPConnection.h b/src/HTTPServer/SslHTTPConnection.h index dc54b1eff..c461a3a24 100644 --- a/src/HTTPServer/SslHTTPConnection.h +++ b/src/HTTPServer/SslHTTPConnection.h @@ -25,6 +25,8 @@ public: /** Creates a new connection on the specified server. Sends the specified cert as the server certificate, uses the private key for decryption. */ cSslHTTPConnection(cHTTPServer & a_HTTPServer, const cX509CertPtr & a_Cert, const cCryptoKeyPtr & a_PrivateKey); + + ~cSslHTTPConnection(); protected: cBufferedSslContext m_Ssl; |