From 5cc145d4db74a3721c53f941e22071ed67d826aa Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 15 May 2019 10:12:11 +0100 Subject: [PATCH] Slightly reword documentation of mbedtls_ssl_set_cid() --- include/mbedtls/ssl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 3baca7e6d..d03dbcb45 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -1557,9 +1557,9 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl, * in their header, and adds the peer's requested CID to the * headers of outgoing messages. * - * This API allows to enable/disable the use of the CID - * extension in the next handshake and to set the value of - * the CID to be used for incoming messages. + * This API enables or disables the use of the CID extension + * in the next handshake and sets the value of the CID to + * be used for incoming messages. * * \param ssl The SSL context to configure. This must be initialized. * \param enable This value determines whether the CID extension should