mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-18 03:31:41 +00:00
Fix typo
This commit is contained in:
parent
7a5e2bec75
commit
95f752e679
|
@ -2833,7 +2833,7 @@ void mbedtls_ssl_conf_extended_master_secret( mbedtls_ssl_config *conf, char ems
|
||||||
* support the extension, the connection is dropped.
|
* support the extension, the connection is dropped.
|
||||||
*
|
*
|
||||||
* \param conf SSL configuration
|
* \param conf SSL configuration
|
||||||
* \param ems_enf MBEDTLS_SSL_EXTENDED_MS_ENFROCE_ENABLED or
|
* \param ems_enf MBEDTLS_SSL_EXTENDED_MS_ENFORCE_ENABLED or
|
||||||
* MBEDTLS_SSL_EXTENDED_MS_DISABLED
|
* MBEDTLS_SSL_EXTENDED_MS_DISABLED
|
||||||
*/
|
*/
|
||||||
void mbedtls_ssl_conf_extended_master_secret_enforce( mbedtls_ssl_config *conf,
|
void mbedtls_ssl_conf_extended_master_secret_enforce( mbedtls_ssl_config *conf,
|
||||||
|
|
Loading…
Reference in a new issue