From c7b96c9aa3c4a50bbca54db72ef9cc0e954915ef Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 3 Oct 2016 13:12:47 +0200 Subject: [PATCH] ID 8. A typo in the comment from security audit resolved --- lib/TLS/include/Method.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TLS/include/Method.h b/lib/TLS/include/Method.h index 7b71689..375b73c 100644 --- a/lib/TLS/include/Method.h +++ b/lib/TLS/include/Method.h @@ -461,7 +461,7 @@ namespace eap 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 - tls_handshake_flags m_handshake; ///< Handshake flags (map od handshake messages received) + tls_handshake_flags m_handshake; ///< Handshake flags (map of handshake messages received) enum { phase_unknown = -1, ///< Unknown phase