From 568799fe226fb414c845bebf01bfe74bbe02181a Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 18 Aug 2023 16:27:00 +0200 Subject: [PATCH] ssl_ciphersuites: fix typo Signed-off-by: Valerio Setti --- include/mbedtls/ssl_ciphersuites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl_ciphersuites.h b/include/mbedtls/ssl_ciphersuites.h index 910c6789f0..62c138d3a2 100644 --- a/include/mbedtls/ssl_ciphersuites.h +++ b/include/mbedtls/ssl_ciphersuites.h @@ -314,7 +314,7 @@ typedef enum { #define MBEDTLS_KEY_EXCHANGE_CERT_REQ_ALLOWED_ENABLED #endif -/* Helper to state that certificated based client authentication through ECDSA +/* Helper to state that certificate-based client authentication through ECDSA * is supported in TLS 1.2 */ #if defined(MBEDTLS_KEY_EXCHANGE_CERT_REQ_ALLOWED_ENABLED) && \ defined(MBEDTLS_PK_CAN_ECDSA_SIGN) && defined(MBEDTLS_PK_CAN_ECDSA_VERIFY)