aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_handshake_state.h')
-rw-r--r--src/tls/tls_handshake_state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tls/tls_handshake_state.h b/src/tls/tls_handshake_state.h
index c347c4574..ec4c2fea8 100644
--- a/src/tls/tls_handshake_state.h
+++ b/src/tls/tls_handshake_state.h
@@ -101,6 +101,11 @@ class Handshake_State
*/
SecureVector<byte> resume_master_secret;
+ /*
+ *
+ */
+ bool allow_session_resumption;
+
/**
* Used by client using NPN
*/