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
|
@ -2363,7 +2363,7 @@ int mbedtls_ssl_ciphersuite_uses_ec(
|
|||
return( mbedtls_ssl_ciphersuite_uses_ec_internal( info ) );
|
||||
}
|
||||
#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)
|
||||
int mbedtls_ssl_ciphersuite_uses_psk(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue