projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae55bf
)
put missing line back in.
author
Ulf Möller
<ulf@openssl.org>
Sun, 6 Feb 2000 16:35:28 +0000
(16:35 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sun, 6 Feb 2000 16:35:28 +0000
(16:35 +0000)
crypto/bn/bntest.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bntest.c
b/crypto/bn/bntest.c
index fd63bd6fd5ca4788b0c04c71c0466ddc9345c1da..a3d6420b1350d15e6749b9ee0e1ae5e339fc3c08 100644
(file)
--- 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)