From 01245d15d94b0e56d446e66350620ed969a32ebb 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