diff --git a/CHANGES b/CHANGES index c7c65ec24..7bdbecf09 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 2000] + *) In bntest.c don't call BN_rand with zero bits argument. + [Steve Henson, pointed out by Andrew W. Gray ] + *) BN_mul bugfix: In bn_mul_part_recursion() only the a>a[n] && b>b[n] case was implemented. This caused BN_div_recp() to fail occasionally. [Ulf Möller] diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c index 2a45c3a9c..41c22f595 100644 --- a/crypto/bn/bntest.c +++ b/crypto/bn/bntest.c @@ -506,7 +506,7 @@ int test_mul(BIO *bp) for (i=0; i