From 55151d3da67936fda6f7d6b7aae392194abd0aac Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 17 Feb 2025 23:09:00 +0100 Subject: [PATCH] Fix Doxygen misuse Signed-off-by: Gilles Peskine --- include/mbedtls/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 09a58a25ae..597da2571f 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -1727,7 +1727,7 @@ struct mbedtls_ssl_context { /** Multipurpose field. * * - DTLS: records with a bad MAC received. - * - TLS: accumulated length of handshake fragments (up to ::in_hslen). + * - TLS: accumulated length of handshake fragments (up to \c in_hslen). * * This field is multipurpose in order to preserve the ABI in the * Mbed TLS 3.6 LTS branch. Until 3.6.2, it was only used in DTLS