mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +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 */
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user