Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Feb 8, 2022
1 parent 2d9a694 commit 5c7d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ssl_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ struct mbedtls_ssl_handshake_params

#if defined(MBEDTLS_SSL_CLI_C)
uint8_t client_auth; /*!< used to check if CertificateRequest has been
received from server side. If CertificateReqeust
received from server side. If CertificateRequest
has been received, Certificate and CertificateVerify
should be sent to server */
#endif /* MBEDTLS_SSL_CLI_C */
Expand Down

0 comments on commit 5c7d1cc

Please sign in to comment.