mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix typo
This commit is contained in:
@ -1726,7 +1726,7 @@ WOLFSSL_SESSION* ClientSessionToSession(const WOLFSSL_SESSION* session)
|
|||||||
/* Check the session ID hash matches */
|
/* Check the session ID hash matches */
|
||||||
error = clientSession->sessionIDHash != sessionIDHash;
|
error = clientSession->sessionIDHash != sessionIDHash;
|
||||||
if (error != 0)
|
if (error != 0)
|
||||||
WOLFSSL_MSG("session ID hash don't match");
|
WOLFSSL_MSG("session ID hashes don't match");
|
||||||
}
|
}
|
||||||
if (error == 0) {
|
if (error == 0) {
|
||||||
/* Hashes match */
|
/* Hashes match */
|
||||||
|
Reference in New Issue
Block a user