projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1838477
)
oops, undo previous change (was just for testing)
author
Bodo Möller
<bodo@openssl.org>
Sat, 3 Aug 2002 18:28:34 +0000
(18:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 3 Aug 2002 18:28:34 +0000
(18:28 +0000)
crypto/bn/bn_gf2m.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_gf2m.c
b/crypto/bn/bn_gf2m.c
index
bf7031b
..
c969685
100644
(file)
--- a/
crypto/bn/bn_gf2m.c
+++ b/
crypto/bn/bn_gf2m.c
@@
-284,7
+284,7
@@
int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
if (a->top < b->top) { at = b; bt = a; }
else { at = a; bt = b; }
- bn_
expand2
(r, at->top);
+ bn_
wexpand
(r, at->top);
for (i = 0; i < bt->top; i++)
{