From f5b03bc0bf53d6bb08303fe5c9b305b55ea4eae3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 16 Aug 2016 10:39:42 +0200 Subject: [PATCH] Annotation update --- lib/TLS/include/Method.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/TLS/include/Method.h b/lib/TLS/include/Method.h index 3558552..6587fd2 100644 --- a/lib/TLS/include/Method.h +++ b/lib/TLS/include/Method.h @@ -580,9 +580,9 @@ namespace eap std::list m_server_cert_chain; ///< Server certificate chain - winstd::crypt_hash m_hash_handshake_msgs_md5; ///< Running MD5 hash of handshake messages sent - winstd::crypt_hash m_hash_handshake_msgs_sha1; ///< Running SHA-1 hash of handshake messages sent - winstd::crypt_hash m_hash_handshake_msgs_sha256; ///< Running SHA-256 hash of handshake messages sent + winstd::crypt_hash m_hash_handshake_msgs_md5; ///< Running MD5 hash of handshake messages + winstd::crypt_hash m_hash_handshake_msgs_sha1; ///< Running SHA-1 hash of handshake messages + winstd::crypt_hash m_hash_handshake_msgs_sha256; ///< Running SHA-256 hash of handshake messages bool m_certificate_req; ///< Did server request client certificate? bool m_server_hello_done; ///< Is server hello done?