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:
6da6a11
)
Comment for increased code clarity.
author
Bodo Möller
<bodo@openssl.org>
Fri, 9 Jun 2000 09:11:30 +0000
(09:11 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 9 Jun 2000 09:11:30 +0000
(09:11 +0000)
crypto/bn/bn_exp2.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_exp2.c
b/crypto/bn/bn_exp2.c
index 0b3e13f6bc394f7e69c14820db8c4f3745a43b85..29029f4c724a6c8cfcbef584347ca068ee73d535 100644
(file)
--- a/
crypto/bn/bn_exp2.c
+++ b/
crypto/bn/bn_exp2.c
@@
-240,7
+240,7
@@
int BN_mod_exp2_mont(BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2,
{
/* consider bits b-window1+1 .. b for this window */
i = b-window1+1;
- while (!BN_is_bit_set(p1, i))
+ while (!BN_is_bit_set(p1, i))
/* works for i<0 */
i++;
wpos1 = i;
wvalue1 = 1;