change type of client_auth
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
0ff8ac89f5
commit
2d9a694088
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ struct mbedtls_ssl_handshake_params
|
|||
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
|
||||
|
||||
#if defined(MBEDTLS_SSL_CLI_C)
|
||||
int 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
|
||||
has been received, Certificate and CertificateVerify
|
||||
should be sent to server */
|
||||
|
|
Loading…
Reference in a new issue