fix indentation
This commit is contained in:
parent
126fe085db
commit
975842f9fb
@ -496,7 +496,7 @@ static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa)
|
|||||||
if (!BN_MONT_CTX_set(bn_mont_ctx,rsa->q,ctx))
|
if (!BN_MONT_CTX_set(bn_mont_ctx,rsa->q,ctx))
|
||||||
{
|
{
|
||||||
BN_MONT_CTX_free(bn_mont_ctx);
|
BN_MONT_CTX_free(bn_mont_ctx);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
if (rsa->_method_mod_q == NULL) /* other thread may have finished first */
|
if (rsa->_method_mod_q == NULL) /* other thread may have finished first */
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user