change type of client_auth

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-02-08 21:07:10 +08:00
parent 0ff8ac89f5
commit 2d9a694088

View File

@ -769,7 +769,7 @@ struct mbedtls_ssl_handshake_params
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */ #endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
#if defined(MBEDTLS_SSL_CLI_C) #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 received from server side. If CertificateReqeust
has been received, Certificate and CertificateVerify has been received, Certificate and CertificateVerify
should be sent to server */ should be sent to server */