Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed May 16, 2024
1 parent 12b9367 commit c07f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssl_sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ WOLFSSL_SESSION* ClientSessionToSession(const WOLFSSL_SESSION* session)
/* Check the session ID hash matches */
error = clientSession->sessionIDHash != sessionIDHash;
if (error != 0)
WOLFSSL_MSG("session ID hash don't match");
WOLFSSL_MSG("session ID hashes don't match");
}
if (error == 0) {
/* Hashes match */
Expand Down

0 comments on commit c07f73b

Please sign in to comment.