From fd7f298c6a460fa391e769b7d91ee312af592a6b Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 25 Feb 2019 10:13:33 +0000 Subject: [PATCH] Improve documentation of MBEDTLS_SSL_KEEP_PEER_CERTIFICATE --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 091ce018f..484ff725d 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1357,7 +1357,7 @@ /** * \def MBEDTLS_SSL_KEEP_PEER_CERTIFICATE * - * This option controls the presence of the API mbedtls_ssl_get_peer_cert() + * This option controls the availability of the API mbedtls_ssl_get_peer_cert() * giving access to the peer's certificate after completion of the handshake. * * Unless you need mbedtls_ssl_peer_cert() in your application, it is