Explicitly mark mbedtls_ssl_config.respect_cli_pref as private
This was always intended to be explicitly marked private. Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
95832d8872
commit
0379942744
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ struct mbedtls_ssl_config
|
||||||
#if defined(MBEDTLS_SSL_SRV_C)
|
#if defined(MBEDTLS_SSL_SRV_C)
|
||||||
unsigned int MBEDTLS_PRIVATE(cert_req_ca_list) : 1; /*!< enable sending CA list in
|
unsigned int MBEDTLS_PRIVATE(cert_req_ca_list) : 1; /*!< enable sending CA list in
|
||||||
Certificate Request messages? */
|
Certificate Request messages? */
|
||||||
unsigned int respect_cli_pref : 1; /*!< pick the ciphersuite according to
|
unsigned int MBEDTLS_PRIVATE(respect_cli_pref) : 1; /*!< pick the ciphersuite according to
|
||||||
the client's preferences rather
|
the client's preferences rather
|
||||||
than ours */
|
than ours */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue