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:
18f5477
)
don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
author
Bodo Möller
<bodo@openssl.org>
Thu, 19 Apr 2007 14:45:57 +0000
(14:45 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 19 Apr 2007 14:45:57 +0000
(14:45 +0000)
crypto/bn/bn_div.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_div.c
b/crypto/bn/bn_div.c
index 9addaf158f53f724102292f58f19788f7a7655e7..257fe0ce01b2f19fdfb10062be775fa852fd9dc1 100644
(file)
--- a/
crypto/bn/bn_div.c
+++ b/
crypto/bn/bn_div.c
@@
-618,6
+618,7
@@
X) -> 0x%08X\n",
rm->neg = neg;
bn_check_top(rm);
}
+ bn_correct_top(res);
BN_CTX_end(ctx);
return(1);
err: