aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/tls_server.h')
-rw-r--r--src/ssl/tls_server.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ssl/tls_server.h b/src/ssl/tls_server.h
index 673f16580..13f8f46df 100644
--- a/src/ssl/tls_server.h
+++ b/src/ssl/tls_server.h
@@ -9,7 +9,9 @@
#define BOTAN_TLS_SERVER_H__
#include <botan/tls_connection.h>
-#include <botan/tls_state.h>
+#include <botan/tls_record.h>
+#include <botan/tls_policy.h>
+#include <botan/socket.h>
#include <vector>
namespace Botan {
@@ -62,7 +64,7 @@ class BOTAN_DLL TLS_Server : public TLS_Connection
std::vector<X509_Certificate> cert_chain, peer_certs;
Private_Key* private_key;
- Handshake_State* state;
+ class Handshake_State* state;
SecureVector<byte> session_id;
SecureQueue read_buf;
std::string peer_id;