From 3ed64578d26fe72c1f4df35ebc64a4d365e7a84f 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 0ea17fb74..e5d593312 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1407,7 +1407,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