mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix comments
Change-Id: Ib741f876f4d296df79565a2b8a2971918db1a77f Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
@ -512,7 +512,7 @@ struct mbedtls_ssl_handshake_params
|
||||
#if defined(MBEDTLS_SSL_SRV_C)
|
||||
/* Flag indicating if a CertificateRequest message has been sent
|
||||
* to the client or not. */
|
||||
uint16_t certificate_request_sent;
|
||||
uint8_t certificate_request_sent;
|
||||
#endif /* MBEDTLS_SSL_SRV_C */
|
||||
|
||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS)
|
||||
|
Reference in New Issue
Block a user