Remove the last bn_wexpand()s that made us break constness. Of
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Dec 2000 17:11:59 +0000 (17:11 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Dec 2000 17:11:59 +0000 (17:11 +0000)
commit6a2347ee45927c595847e797778af2031cba8e0d
tree08937e33b389b250fee6f78125bab4e7fc21a3cc
parente5164b704117967f4b7f23aeb5bf5d5b181764e6
Remove the last bn_wexpand()s that made us break constness.  Of
course, that means we need to handle the cases where the two arrays to
bn_mul_recursive() and bn_mul_part_recursive() differ in size.

I haven't yet changed the comments that describe bn_mul_recursive()
and bn_mul_part_recursive().  I want this to be tested by more people
before I consider this change final.  Please test away!
crypto/bn/bn_lcl.h
crypto/bn/bn_mul.c