Fix some whitespace & style issues

This commit is contained in:
Manuel Pégourié-Gonnard 2017-08-23 16:23:36 +02:00
parent eaf55beead
commit ebac5d3797
2 changed files with 21 additions and 52 deletions

View file

@ -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++;