fix indentation

This commit is contained in:
Bodo Möller 2000-12-19 12:39:45 +00:00
parent 126fe085db
commit 975842f9fb

View File

@ -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 */
{ {