Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION

This commit is contained in:
Hanno Becker 2018-10-26 09:53:16 +01:00
parent e2a6f01f3f
commit 3ddf101ac1

View file

@ -1188,7 +1188,7 @@
/** /**
* \def MBEDTLS_SSL_RENEGOTIATION * \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 * The two main uses of renegotiation are (1) refresh keys on long-lived
* connections and (2) client authentication after the initial handshake. * connections and (2) client authentication after the initial handshake.