Commit 12593e6f authored by Bodo Möller's avatar Bodo Möller
Browse files

Move zeroing from bn_expand_internal() to bn_expand2() so that it

happens reliably, even if the BIGNUM is already sufficiently large.

[Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
if the BIGNUM actually has to grow, so this change does not add any
new overhead as currently bn_expand2() is never called directly.]
parent 819a040f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment