diff options
Diffstat (limited to 'src/tls/tls_client.cpp')
-rw-r--r-- | src/tls/tls_client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_client.cpp b/src/tls/tls_client.cpp index 0231b9c53..7dc0c224e 100644 --- a/src/tls/tls_client.cpp +++ b/src/tls/tls_client.cpp @@ -368,6 +368,7 @@ void Client::process_handshake_msg(Handshake_Type type, m_state->client_kex = new Client_Key_Exchange(m_writer, m_state, + m_policy, m_creds, m_peer_certs, m_hostname, |