bn/bn_exp.c: make it indent-friendly.
Conflicts: crypto/bn/bn_exp.c Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
d8305efeb4
commit
23a79aac28
@ -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
|
* 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
|
* with negatives. There was also another problem when for a^b%m
|
||||||
* a >= m. eay 07-May-97 */
|
* 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))
|
if (BN_is_odd(m))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user