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:22:55 +0000 (22:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 10 May 2002 22:22:55 +0000 (22:22 +0000)
commit1c511bdb7c6d8832a454a2daab51979998f237be
tree928b66492705ffb13614d15e3eb8454ca371a887
parentf9bd76e4f737503f9b58eba4f3f1d970817f70c9
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