In the case where a < 0 and |a| < w, the result (assigned to a) from
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jul 2000 21:17:14 +0000 (21:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jul 2000 21:17:14 +0000 (21:17 +0000)
commit8b4e27e26efc097dbe65b0c3cd78a2da7be310ef
tree5716e45546badd5618f14a14b0cc0618fee9e28b
parentd6ade7422ab60259c1d7b825ee0ff9a5361c7f42
In the case where a < 0 and |a| < w, the result (assigned to a) from
BN_add_word becomes wrongly negative...
This was discovered by Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>
crypto/bn/bn_word.c