aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-19 12:39:45 +0000
committerBodo Möller <bodo@openssl.org>2000-12-19 12:39:45 +0000
commit975842f9fb216e453b67c19ffe4509837fb59ccb (patch)
treeeeab44b5937393e1c93491abaa2ea8810c54c079 /crypto/rsa
parent126fe085db74d512260dd042d1f9dfe816f819dc (diff)
downloadopenssl-975842f9fb216e453b67c19ffe4509837fb59ccb.tar.gz
fix indentation
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_eay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c
index 35db9e5687..6a68770031 100644
--- a/crypto/rsa/rsa_eay.c
+++ b/crypto/rsa/rsa_eay.c
@@ -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 */
{