mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-22 15:25:07 +00:00
Don't break func'def after linkage type, fixing check-names.sh
This commit is contained in:
parent
1ab322bb51
commit
4c4a2e1a0b
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue