Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
authorDr. Stephen Henson <steve@openssl.org>
Fri, 10 May 2002 22:18:13 +0000 (22:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 10 May 2002 22:18:13 +0000 (22:18 +0000)
commitdc014d43af330e2c492b80db0ce0abaa351e17dc
treec19af19fa71c422b4d5b05271dae005fcec49c3a
parent2f9cf160e416b2a032ebafdf70063a16775cf904
Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
in bn_mul_recursive.

This is (hopefully) what was triggering bignum errors on 64 bit
platforms and causing the BN_mod_mul test to fail.
CHANGES
crypto/bn/bn_mul.c