fix indentation
authorBodo Möller <bodo@openssl.org>
Tue, 19 Dec 2000 12:39:12 +0000 (12:39 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 19 Dec 2000 12:39:12 +0000 (12:39 +0000)
crypto/rsa/rsa_eay.c

index 7a97f70e4713bdd8fdeefc8309c6f9a262f05c33..62618fe5a9991acab84c7b476306a7efd8357d38 100644 (file)
@@ -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 */
                                {