diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tls/tls_client.cpp | 1 | ||||
-rw-r--r-- | src/tls/tls_server.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tls/tls_client.cpp b/src/tls/tls_client.cpp index 67d20c59a..bb6b7a45f 100644 --- a/src/tls/tls_client.cpp +++ b/src/tls/tls_client.cpp @@ -498,7 +498,6 @@ void Client::process_handshake_msg(const Handshake_State* active_state, state.server_hello()->ciphersuite(), state.server_hello()->compression_method(), CLIENT, - secure_renegotiation_supported(), state.server_hello()->fragment_size(), get_peer_cert_chain(state), session_ticket, diff --git a/src/tls/tls_server.cpp b/src/tls/tls_server.cpp index d6677c0f9..1a29d317c 100644 --- a/src/tls/tls_server.cpp +++ b/src/tls/tls_server.cpp @@ -660,7 +660,6 @@ void Server::process_handshake_msg(const Handshake_State* active_state, state.server_hello()->ciphersuite(), state.server_hello()->compression_method(), SERVER, - secure_renegotiation_supported(), state.server_hello()->fragment_size(), get_peer_cert_chain(state), std::vector<byte>(), |