Initialization of eap::tls_conn_state introduced
This commit is contained in:
parent
9a2663eb18
commit
e7e8a88f32
@ -120,7 +120,13 @@ void eap::tls_master_secret::clear()
|
||||
// eap::tls_conn_state
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
eap::tls_conn_state::tls_conn_state()
|
||||
eap::tls_conn_state::tls_conn_state() :
|
||||
m_alg_prf (0),
|
||||
m_alg_encrypt (0),
|
||||
m_size_enc_key(0),
|
||||
m_size_enc_iv (0),
|
||||
m_alg_mac (0),
|
||||
m_size_mac_key(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user