put missing line back in.
authorUlf Möller <ulf@openssl.org>
Sun, 6 Feb 2000 16:35:28 +0000 (16:35 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 6 Feb 2000 16:35:28 +0000 (16:35 +0000)
crypto/bn/bntest.c

index fd63bd6fd5ca4788b0c04c71c0466ddc9345c1da..a3d6420b1350d15e6749b9ee0e1ae5e339fc3c08 100644 (file)
@@ -733,7 +733,8 @@ int test_mod_mul(BIO *bp, BN_CTX *ctx)
        BN_rand(c,1024,0,0); /**/
        for (i=0; i<num0; i++)
                {
-               BN_rand(b,425+i*10,0,0); /**/
+               BN_rand(a,475+i*10,0,0); /**/
+               BN_rand(b,425+i*11,0,0); /**/
                a->neg=rand_neg();
                b->neg=rand_neg();
        /*      if (bp == NULL)