mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Don't break func'def after linkage type, fixing check-names.sh
This commit is contained in:
@@ -1115,8 +1115,8 @@ static inline unsigned int mbedtls_ssl_conf_get_ems(
|
||||
#endif /* MBEDTLS_SSL_CONF_EXTENDED_MASTER_SECRET */
|
||||
}
|
||||
|
||||
static inline unsigned int
|
||||
mbedtls_ssl_conf_get_ems_enforced( mbedtls_ssl_config const *conf )
|
||||
static inline unsigned int mbedtls_ssl_conf_get_ems_enforced(
|
||||
mbedtls_ssl_config const *conf )
|
||||
{
|
||||
#if !defined(MBEDTLS_SSL_CONF_ENFORCE_EXTENDED_MASTER_SECRET)
|
||||
return( conf->enforce_extended_master_secret );
|
||||
|
||||
Reference in New Issue
Block a user