aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-06 16:35:28 +0000
committerUlf Möller <ulf@openssl.org>2000-02-06 16:35:28 +0000
commitfcb20be8468fffe8495b4f69e4617277a57d0b09 (patch)
tree56fdeb7bb5d0f70b40317653de299bc0f69edb2d /crypto/bn/bntest.c
parentcae55bfc68bed0a2d562891f11a75bf2145eb81e (diff)
downloadopenssl-fcb20be8468fffe8495b4f69e4617277a57d0b09.tar.gz
put missing line back in.
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index fd63bd6fd5..a3d6420b13 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -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)