From ee54de02b196145295037142dee589476d47f94c Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 24 Feb 2023 12:06:30 +0100 Subject: [PATCH] Fix comments Signed-off-by: Ronald Cron --- include/mbedtls/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 0df142d68..7d9643ee4 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -603,8 +603,8 @@ * If the library supports TLS 1.3 tickets and the cipher suite * TLS1-3-AES-256-GCM-SHA384, set the PSK maximum length to 48 instead of 32. * That way, the TLS 1.3 client and server are able to resume sessions where - * the cipher suite was TLS1-3-AES-256-GCM-SHA384 (pre-shared keys are 48 - * bytes long is that case). + * the cipher suite is TLS1-3-AES-256-GCM-SHA384 (pre-shared keys are 48 + * bytes long in that case). */ #if defined(MBEDTLS_SSL_PROTO_TLS1_3) && \ defined(MBEDTLS_SSL_SESSION_TICKETS) && \