aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-09-12 19:15:14 +0000
committerlloyd <[email protected]>2012-09-12 19:15:14 +0000
commit4393f9d9db263510e59424a41b14f7cde7206825 (patch)
tree34fa02b61e6d2a6dd024437993111a4a40145d98 /src
parentde506ee6756416cd5accb819b30a394099923ff2 (diff)
Update creators of Session to new constructor
Diffstat (limited to 'src')
-rw-r--r--src/tls/tls_client.cpp1
-rw-r--r--src/tls/tls_server.cpp1
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>(),