提交 975842f9 编写于 作者: B Bodo Möller

fix indentation

上级 126fe085
...@@ -496,7 +496,7 @@ static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa) ...@@ -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 */
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册