Unused tls_conn_state member removed

This commit is contained in:
Simon Rozman 2016-08-14 13:29:51 +02:00
parent 47653492a2
commit 940def31e6

View File

@ -358,7 +358,6 @@ namespace eap
size_t m_size_enc_iv; ///> Encryption initialization vector size in bytes (has to comply with `m_alg_encrypt`) size_t m_size_enc_iv; ///> Encryption initialization vector size in bytes (has to comply with `m_alg_encrypt`)
ALG_ID m_alg_mac; ///> Message authenticy check algorithm ALG_ID m_alg_mac; ///> Message authenticy check algorithm
size_t m_size_mac_key; ///> Message authenticy check algorithm key size (has to comply with `m_alg_mac`) size_t m_size_mac_key; ///> Message authenticy check algorithm key size (has to comply with `m_alg_mac`)
size_t m_size_mac_hash; ///> Message authenticy check algorithm result size (has to comply with `m_alg_mac`)
tls_master_secret m_master_secret; ///< TLS master secret tls_master_secret m_master_secret; ///< TLS master secret
tls_random m_random_client; ///< Client tls_random tls_random m_random_client; ///< Client tls_random
tls_random m_random_server; ///< Server tls_random tls_random m_random_server; ///< Server tls_random