mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 19:21:18 +00:00
change type of client_auth
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
0ff8ac89f5
commit
2d9a694088
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user