aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tls/tls_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_client.cpp b/src/tls/tls_client.cpp
index 39a71c432..c88d0319a 100644
--- a/src/tls/tls_client.cpp
+++ b/src/tls/tls_client.cpp
@@ -163,7 +163,7 @@ void Client::process_handshake_msg(Handshake_State& state,
return;
}
- this->renegotiate(false);
+ this->initiate_handshake(state, false);
return;
}