In bn_mul_recursive(), make sure the comba routines are only called
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 14:47:06 +0000 (14:47 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 14:47:06 +0000 (14:47 +0000)
commit765e5311590b9970d8bd33771fb198cea30b0c05
treeb0798ccf1f6b58789a487f5cd2f839cfc9c9f2e3
parentde282fe3bae27d2d64d9b9a0b0870b3a01a57c3e
In bn_mul_recursive(), make sure the comba routines are only called
when both a and b are of the exact right size.  This may change to
something better later.
crypto/bn/bn_mul.c