Fix some things that look like bugs.
authorBodo Möller <bodo@openssl.org>
Thu, 7 Dec 2000 22:06:09 +0000 (22:06 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 7 Dec 2000 22:06:09 +0000 (22:06 +0000)
commit8dea52fa4270a71535b2677953662499946f02e3
tree6c419fda8d18eac4d092e595ed5a087d6a89f1d0
parentf7356b677b35ad58ea2db85cfd22af83b0267978
Fix some things that look like bugs.

One problem that looked like a problem in bn_recp.c at first turned
out to be a BN_mul bug.  An example is given in bn_recp.c; finding
the bug responsible for this is left as an exercise.
CHANGES
crypto/bn/bn_add.c
crypto/bn/bn_exp.c
crypto/bn/bn_mont.c
crypto/bn/bn_recp.c
crypto/bn/bntest.c