mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-10 06:32:17 +00:00
Fix indentation of Doxygen comment in ssl_internal.h
This commit is contained in:
parent
9d64b789cf
commit
dd689316d1
|
@ -396,7 +396,7 @@ struct mbedtls_ssl_handshake_params
|
||||||
ssl_ecrs_cke_ecdh_calc_secret, /*!< ClientKeyExchange: ECDH step 2 */
|
ssl_ecrs_cke_ecdh_calc_secret, /*!< ClientKeyExchange: ECDH step 2 */
|
||||||
ssl_ecrs_crt_vrfy_sign, /*!< CertificateVerify: pk_sign() */
|
ssl_ecrs_crt_vrfy_sign, /*!< CertificateVerify: pk_sign() */
|
||||||
} ecrs_state; /*!< current (or last) operation */
|
} ecrs_state; /*!< current (or last) operation */
|
||||||
mbedtls_x509_crt *ecrs_peer_cert; /*!< The peer's CRT chain. */
|
mbedtls_x509_crt *ecrs_peer_cert; /*!< The peer's CRT chain. */
|
||||||
size_t ecrs_n; /*!< place for saving a length */
|
size_t ecrs_n; /*!< place for saving a length */
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_X509_CRT_PARSE_C) && \
|
#if defined(MBEDTLS_X509_CRT_PARSE_C) && \
|
||||||
|
|
Loading…
Reference in a new issue