diff options
author | lloyd <[email protected]> | 2012-03-20 21:32:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-03-20 21:32:48 +0000 |
commit | ff2154e7998b44aa242e55daeeb79c6d5ab9e5df (patch) | |
tree | ba1af7aaec56315a27c47b49d7c412754c4fde6b /src/tls/tls_handshake_state.h | |
parent | 9ecf7c11be659502e28407b7e5001d88cba763c2 (diff) |
Basic protocol message flow for session tickets
Diffstat (limited to 'src/tls/tls_handshake_state.h')
-rw-r--r-- | src/tls/tls_handshake_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_handshake_state.h b/src/tls/tls_handshake_state.h index 206e19096..52bfd24b2 100644 --- a/src/tls/tls_handshake_state.h +++ b/src/tls/tls_handshake_state.h @@ -80,6 +80,7 @@ class Handshake_State class Certificate_Verify* client_verify; class Next_Protocol* next_protocol; + class New_Session_Ticket* new_session_ticket; class Finished* client_finished; class Finished* server_finished; |