Fix some whitespace & style issues
This commit is contained in:
parent
eaf55beead
commit
ebac5d3797
2 changed files with 21 additions and 52 deletions
|
@ -268,7 +268,6 @@ static int ecdsa_sign_restartable( mbedtls_ecp_group *grp,
|
|||
pk = &rs_ctx->sig->k;
|
||||
pr = &rs_ctx->sig->r;
|
||||
|
||||
|
||||
/* jump to current step */
|
||||
if( rs_ctx->sig->state == ecdsa_sig_mul )
|
||||
goto mul;
|
||||
|
@ -315,7 +314,6 @@ mul:
|
|||
}
|
||||
while( mbedtls_mpi_cmp_int( pr, 0 ) == 0 );
|
||||
|
||||
|
||||
#if defined(MBEDTLS_ECP_RESTARTABLE)
|
||||
if( rs_ctx != NULL && rs_ctx->sig != NULL )
|
||||
rs_ctx->sig->state++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue