mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 18:55:45 +00:00
Fix typo in documentation of mbedtls_ssl_conf_psk()
This commit is contained in:
parent
1d911cd59d
commit
f9a3287b7f
|
@ -2086,7 +2086,7 @@ int mbedtls_ssl_conf_own_cert( mbedtls_ssl_config *conf,
|
||||||
* want to use \c mbedtls_ssl_conf_psk_cb() instead.
|
* want to use \c mbedtls_ssl_conf_psk_cb() instead.
|
||||||
*
|
*
|
||||||
* \warning Currently, clients can only register a single pre-shared key.
|
* \warning Currently, clients can only register a single pre-shared key.
|
||||||
* Calling this function or mbedtls_ssl_conf_opaque_psk() more
|
* Calling this function or mbedtls_ssl_conf_psk_opaque() more
|
||||||
* than once will overwrite values configured in previous calls.
|
* than once will overwrite values configured in previous calls.
|
||||||
* Support for setting multiple PSKs on clients and selecting
|
* Support for setting multiple PSKs on clients and selecting
|
||||||
* one based on the identity hint is not a planned feature,
|
* one based on the identity hint is not a planned feature,
|
||||||
|
|
Loading…
Reference in a new issue