diff options
Diffstat (limited to 'src/lib/tls/tls_client.cpp')
-rw-r--r-- | src/lib/tls/tls_client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tls/tls_client.cpp b/src/lib/tls/tls_client.cpp index 623a52225..368e4569e 100644 --- a/src/lib/tls/tls_client.cpp +++ b/src/lib/tls/tls_client.cpp @@ -509,7 +509,6 @@ void Client::process_handshake_msg(const Handshake_State* active_state, state.server_hello()->ciphersuite(), state.server_hello()->compression_method(), CLIENT, - state.server_hello()->fragment_size(), state.server_hello()->supports_extended_master_secret(), get_peer_cert_chain(state), session_ticket, |