From 73bc0cfd933f2b1d0718dab830d940078990fc9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 19 Dec 2000 12:39:12 +0000 Subject: [PATCH] fix indentation --- crypto/rsa/rsa_eay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c index 7a97f70e47..62618fe5a9 100644 --- a/crypto/rsa/rsa_eay.c +++ b/crypto/rsa/rsa_eay.c @@ -485,7 +485,7 @@ static int RSA_eay_mod_exp(BIGNUM *r0, 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 */ { -- 2.25.1