mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-09 21:44:28 +00:00
fix typo error
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
2d9a694088
commit
5c7d1cce97
@ -770,7 +770,7 @@ struct mbedtls_ssl_handshake_params
|
|||||||
|
|
||||||
#if defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_CLI_C)
|
||||||
uint8_t client_auth; /*!< used to check if CertificateRequest has been
|
uint8_t client_auth; /*!< used to check if CertificateRequest has been
|
||||||
received from server side. If CertificateReqeust
|
received from server side. If CertificateRequest
|
||||||
has been received, Certificate and CertificateVerify
|
has been received, Certificate and CertificateVerify
|
||||||
should be sent to server */
|
should be sent to server */
|
||||||
#endif /* MBEDTLS_SSL_CLI_C */
|
#endif /* MBEDTLS_SSL_CLI_C */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user