From 62e5afabcb40fa631ee8832c9f0258efd3b6e6eb Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 20 May 2019 10:19:56 +0100 Subject: [PATCH] Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid() --- 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 6ce5f8208..9e16093b3 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -2324,7 +2324,7 @@ void mbedtls_ssl_conf_ciphersuites( mbedtls_ssl_config *conf, * \param len The length in Bytes of the CID fields in encrypted * DTLS records using the CID mechanism. This must * not be larger than #MBEDTLS_SSL_CID_OUT_LEN_MAX. - * \param ignore_other_cid This determines the stack's behaviour when + * \param ignore_other_cids This determines the stack's behaviour when * receiving a record with an unexpected CID. * Possible values are: * - #MBEDTLS_SSL_UNEXPECTED_CID_IGNORE