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:
d8305ef
)
bn/bn_exp.c: make it indent-friendly.
author
Andy Polyakov
<appro@openssl.org>
Wed, 21 Jan 2015 10:45:23 +0000
(11:45 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:44:29 +0000
(09:44 +0000)
Conflicts:
crypto/bn/bn_exp.c
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/bn/bn_exp.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_exp.c
b/crypto/bn/bn_exp.c
index a8276adeb482eeaaa3a952ad0761d761fa0253ce..3c043c79aa120ee7e3cd6f004de7fec51bf36f42 100644
(file)
--- a/
crypto/bn/bn_exp.c
+++ b/
crypto/bn/bn_exp.c
@@
-210,7
+210,7
@@
int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
* the top bit being set. It was caused by an error in BN_div
* with negatives. There was also another problem when for a^b%m
* a >= m. eay 07-May-97 */
-
/*
if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
+
/*
if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
if (BN_is_odd(m))
{