Add missing spaces at the end of comments
This commit is contained in:
parent
f4d6b49352
commit
9b3ec12863
2 changed files with 2 additions and 2 deletions
|
@ -773,7 +773,7 @@ static inline int mbedtls_ssl_ciphersuite_uses_ec_internal(
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_ECDH_C || MBEDTLS_ECDSA_C || MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED*/
|
#endif /* MBEDTLS_ECDH_C || MBEDTLS_ECDSA_C || MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED */
|
||||||
|
|
||||||
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
||||||
static inline int mbedtls_ssl_ciphersuite_uses_psk_internal(
|
static inline int mbedtls_ssl_ciphersuite_uses_psk_internal(
|
||||||
|
|
|
@ -2363,7 +2363,7 @@ int mbedtls_ssl_ciphersuite_uses_ec(
|
||||||
return( mbedtls_ssl_ciphersuite_uses_ec_internal( info ) );
|
return( mbedtls_ssl_ciphersuite_uses_ec_internal( info ) );
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_ECDH_C || MBEDTLS_ECDSA_C ||
|
#endif /* MBEDTLS_ECDH_C || MBEDTLS_ECDSA_C ||
|
||||||
MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED*/
|
MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED */
|
||||||
|
|
||||||
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
#if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
||||||
int mbedtls_ssl_ciphersuite_uses_psk(
|
int mbedtls_ssl_ciphersuite_uses_psk(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue