From fb034e852eafbe82d0c6e3bbb1e4ea0b07fe09db Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 15 May 2019 10:14:16 +0100 Subject: [PATCH] Improve wording of documentation of mbedtls_ssl_get_peer_cid() --- include/mbedtls/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index d03dbcb45..71b961964 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -1625,8 +1625,8 @@ int mbedtls_ssl_set_cid( mbedtls_ssl_context *ssl, size_t own_cid_len ); /** - * \brief Get information about the current use of the - * CID extension. + * \brief Get information about the use of the CID extension + * in the current connection. * * \param ssl The SSL context to query. * \param enabled The address at which to store whether the CID extension