summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 02:48:18 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:53:02 +0000
commit6f1f3c665331d73c4ec08d653d100fa52c44cd60 (patch)
treec050b9275e7a3dc1be4eb50261391fd33e4767d5 /fips
parent40720ce3caf44294b5b87a18856b7aef06123314 (diff)
Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'fips')
-rw-r--r--fips/rsa/fips_rsa_eay.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fips/rsa/fips_rsa_eay.c b/fips/rsa/fips_rsa_eay.c
index 423a6bfaad..82f370f3cc 100644
--- a/fips/rsa/fips_rsa_eay.c
+++ b/fips/rsa/fips_rsa_eay.c
@@ -850,9 +850,8 @@ static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
goto err;
if (rsa->e && rsa->n) {
- if (!rsa->
- meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
- rsa->_method_mod_n))
+ if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
+ rsa->_method_mod_n))
goto err;
/*
* If 'I' was greater than (or equal to) rsa->n, the operation will