From fd4c0c8b3d218dbf3221552382e9da981d573ea1 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 11 Mar 2024 17:28:44 +0100 Subject: [PATCH] tls13: cli: Fix comment Signed-off-by: Ronald Cron --- library/ssl_misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 05395537dd..2ec898b453 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -2171,7 +2171,7 @@ typedef enum { * The client has sent an early data indication extension in its first * ClientHello, it has not received the response (ServerHello or * HelloRetryRequest) from the server yet. The transform to protect early data - * is not set either as for middlebox compatibility a dummy CCs may have to be + * is not set either as for middlebox compatibility a dummy CCS may have to be * sent in clear. Early data cannot be sent to the server yet. */ MBEDTLS_SSL_EARLY_DATA_STATE_IND_SENT,