From 0eb8fb85a6dd7f1e12a1268add7713d5571c0e2b Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 26 Oct 2018 09:53:16 +0100 Subject: [PATCH] Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION --- 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 81438c5b1..9e8547c90 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1288,7 +1288,7 @@ /** * \def MBEDTLS_SSL_RENEGOTIATION * - * Disable support for TLS renegotiation. + * Enable support for TLS renegotiation. * * The two main uses of renegotiation are (1) refresh keys on long-lived * connections and (2) client authentication after the initial handshake.