projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
126fe08
)
fix indentation
author
Bodo Möller
<bodo@openssl.org>
Tue, 19 Dec 2000 12:39:45 +0000
(12:39 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 19 Dec 2000 12:39:45 +0000
(12:39 +0000)
crypto/rsa/rsa_eay.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_eay.c
b/crypto/rsa/rsa_eay.c
index 35db9e5687ce1e69047ccb5a2bf2d8de26b249ae..6a68770031d6d651b3903d24a8529ce2eda2715e 100644
(file)
--- 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 */
{