mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user