We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9367 commit c07f73bCopy full SHA for c07f73b
1 file changed
src/ssl_sess.c
@@ -1726,7 +1726,7 @@ WOLFSSL_SESSION* ClientSessionToSession(const WOLFSSL_SESSION* session)
1726
/* Check the session ID hash matches */
1727
error = clientSession->sessionIDHash != sessionIDHash;
1728
if (error != 0)
1729
- WOLFSSL_MSG("session ID hash don't match");
+ WOLFSSL_MSG("session ID hashes don't match");
1730
}
1731
if (error == 0) {
1732
/* Hashes match */
0 commit comments