fix several format and comment issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
a9e4e6fd6f
commit
cadebe5343
2 changed files with 2 additions and 2 deletions
|
@ -2582,7 +2582,7 @@ int mbedtls_ssl_session_save( const mbedtls_ssl_session *session,
|
||||||
* the server supports.
|
* the server supports.
|
||||||
*
|
*
|
||||||
* \warning The ciphersuites array \p ciphersuites is not copied.
|
* \warning The ciphersuites array \p ciphersuites is not copied.
|
||||||
* It must remain valid for the lifetime the SSL
|
* It must remain valid for the lifetime of the SSL
|
||||||
* configuration \p conf.
|
* configuration \p conf.
|
||||||
*
|
*
|
||||||
* \param conf The SSL configuration to modify.
|
* \param conf The SSL configuration to modify.
|
||||||
|
|
|
@ -3549,7 +3549,7 @@ void mbedtls_ssl_conf_ciphersuites( mbedtls_ssl_config *conf,
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
||||||
void mbedtls_ssl_conf_tls13_key_exchange_modes( mbedtls_ssl_config* conf,
|
void mbedtls_ssl_conf_tls13_key_exchange_modes( mbedtls_ssl_config *conf,
|
||||||
const int kex_modes )
|
const int kex_modes )
|
||||||
{
|
{
|
||||||
conf->tls13_kex_modes = kex_modes;
|
conf->tls13_kex_modes = kex_modes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue