Fix minor issues in documentation of mbedtls_ssl_check_record()

This commit is contained in:
Hanno Becker 2019-07-18 08:21:17 +01:00 committed by Jarno Lamsa
parent bec8885b7d
commit c2b08d1251

View file

@ -1904,7 +1904,7 @@ void mbedtls_ssl_conf_read_timeout( mbedtls_ssl_config *conf, uint32_t timeout )
* and authentic record (DTLS only). * and authentic record (DTLS only).
* *
* This function does not change the user-visible state * This function does not change the user-visible state
* of the SSL context. It's sole purpose is to provide * of the SSL context. Its sole purpose is to provide
* an indication of the legitimacy of an incoming record. * an indication of the legitimacy of an incoming record.
* *
* This can be useful e.g. in distributed server environments * This can be useful e.g. in distributed server environments