aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_state.h')
-rw-r--r--src/tls/tls_state.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tls/tls_state.h b/src/tls/tls_state.h
index 523dfed9c..1d6fc4c9e 100644
--- a/src/tls/tls_state.h
+++ b/src/tls/tls_state.h
@@ -5,8 +5,8 @@
* Released under the terms of the Botan license
*/
-#ifndef BOTAN_TLS_HANDSHAKE_H__
-#define BOTAN_TLS_HANDSHAKE_H__
+#ifndef BOTAN_TLS_HANDSHAKE_STATE_H__
+#define BOTAN_TLS_HANDSHAKE_STATE_H__
#include <botan/internal/tls_messages.h>
#include <botan/secqueue.h>
@@ -50,7 +50,6 @@ class Handshake_State
SecureQueue queue;
Version_Code version;
- //bool got_client_ccs, got_server_ccs, do_client_auth;
private:
u32bit hand_expecting_mask, hand_received_mask;
};