From ea96c4bc7f4983348d45257d4453490330404b18 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 Feb 2000 13:50:02 +0000 Subject: [PATCH] test_mont was exercising 100-bit multiplication modulus X*I-bit, where X is 5120 on 32-bit and 151552 on 64-bit architectures and I varies from 0 to 4. As result the test was *unreasonably* slow and virtually impossible to complete on 64-bit architectures (e.g. IRIX bc couldn't even swallow such long lines). --- crypto/bn/bntest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c index 9276a079d0..d64d512e9a 100644 --- a/crypto/bn/bntest.c +++ b/crypto/bn/bntest.c @@ -615,7 +615,7 @@ int test_mont(BIO *bp, BN_CTX *ctx) BN_rand(&b,100,0,0); /**/ for (i=0; i