We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddacecc commit 56f4b4cCopy full SHA for 56f4b4c
connectivity/mbedtls/source/ecp.c
@@ -2446,7 +2446,7 @@ static int ecp_randomize_mxz( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P
2446
2447
#if defined(MBEDTLS_ECP_RANDOMIZE_MXZ_ALT)
2448
if( mbedtls_internal_ecp_grp_capable( grp ) )
2449
- return( mbedtls_internal_ecp_randomize_mxz( grp, P, f_rng, p_rng );
+ return( mbedtls_internal_ecp_randomize_mxz( grp, P, f_rng, p_rng ) );
2450
#endif /* MBEDTLS_ECP_RANDOMIZE_MXZ_ALT */
2451
2452
p_size = ( grp->pbits + 7 ) / 8;
0 commit comments