mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-26 13:01:20 +00:00
Add further missing whitespaces inside parentheses
Signed-off-by: Tom Cosgrove <[email protected]> Co-authored-by: Dave Rodgman <[email protected]>
This commit is contained in:
co-authored by
Dave Rodgman
parent
20c1137350
commit
bcc13c943f
+2
-2
@@ -4903,9 +4903,9 @@ int mbedtls_ssl_check_curve_tls_id( const mbedtls_ssl_context *ssl, uint16_t tls
|
||||
int mbedtls_ssl_check_curve( const mbedtls_ssl_context *ssl, mbedtls_ecp_group_id grp_id )
|
||||
{
|
||||
const mbedtls_ecp_curve_info *grp_info =
|
||||
mbedtls_ecp_curve_info_from_grp_id(grp_id);
|
||||
mbedtls_ecp_curve_info_from_grp_id( grp_id );
|
||||
|
||||
if (grp_info == NULL)
|
||||
if ( grp_info == NULL )
|
||||
return -1;
|
||||
|
||||
uint16_t tls_id = grp_info->tls_id;
|
||||
|
||||
Reference in New Issue
Block a user