mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 16:16:57 +00:00
Fix minor issues in documentation of mbedtls_ssl_check_record()
This commit is contained in:
parent
bec8885b7d
commit
c2b08d1251
|
@ -1904,7 +1904,7 @@ void mbedtls_ssl_conf_read_timeout( mbedtls_ssl_config *conf, uint32_t timeout )
|
|||
* and authentic record (DTLS only).
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* This can be useful e.g. in distributed server environments
|
||||
|
|
Loading…
Reference in a new issue