From 0ff8ac89f56cc8920beb17a0c58c62d613ad5c2d Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 8 Feb 2022 10:10:48 +0800 Subject: [PATCH] fix comments issues Signed-off-by: Jerry Yu --- include/mbedtls/ssl.h | 4 ---- library/ssl_misc.h | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 69d3b7593..7e5fb199c 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -1612,10 +1612,6 @@ struct mbedtls_ssl_context uint16_t MBEDTLS_PRIVATE(mtu); /*!< path mtu, used to fragment outgoing messages */ #endif /* MBEDTLS_SSL_PROTO_DTLS */ - /* - * PKI layer - */ - /* * User settings */ diff --git a/library/ssl_misc.h b/library/ssl_misc.h index a8a7119a5..689641662 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -769,9 +769,9 @@ 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 is received - from server side. If CertificateReqeust is - received, Certificate and CertificateVerify + int 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 */ #endif /* MBEDTLS_SSL_CLI_C */ /*