This commit is contained in:
Juliusz Sosinowicz
2024-05-14 12:07:23 +02:00
parent 12b9367598
commit c07f73b1c7

View File

@ -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 */