diff options
Diffstat (limited to 'src/tls/msg_client_hello.cpp')
-rw-r--r-- | src/tls/msg_client_hello.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tls/msg_client_hello.cpp b/src/tls/msg_client_hello.cpp index 52536e79c..30d34ef78 100644 --- a/src/tls/msg_client_hello.cpp +++ b/src/tls/msg_client_hello.cpp @@ -143,13 +143,6 @@ Client_Hello::Client_Hello(Handshake_IO& io, */ Client_Hello::Client_Hello(const std::vector<byte>& buf, Handshake_Type type) { - m_next_protocol = false; - m_secure_renegotiation = false; - m_supports_session_ticket = false; - m_supports_heartbeats = false; - m_peer_can_send_heartbeats = false; - m_fragment_size = 0; - if(type == CLIENT_HELLO) deserialize(buf); else |