From c07f73b1c7c810ec25fb2d3c27d1cacd2b1b5a45 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 14 May 2024 12:07:23 +0200 Subject: [PATCH] Fix typo --- src/ssl_sess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl_sess.c b/src/ssl_sess.c index ed66cf6f3..23b595be8 100644 --- a/src/ssl_sess.c +++ b/src/ssl_sess.c @@ -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 */