mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +08:00
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))
|
||||
{
|
||||
BN_MONT_CTX_free(bn_mont_ctx);
|
||||
goto err;
|
||||
goto err;
|
||||
}
|
||||
if (rsa->_method_mod_q == NULL) /* other thread may have finished first */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user