summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-13 14:07:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-13 14:07:36 +0000
commit20bee9684d5bf04193b298eb1e2dfd52ca232282 (patch)
treee953e11e5c9499c5a0fa1b36972585e468d5a230 /crypto/bn/bntest.c
parent0c58d22ad99f548def13574af90087ebaa3e88f3 (diff)
Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index 8bc6d462e7..7771e92023 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -1020,7 +1020,6 @@ int test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx)
int test_mod_exp_mont5(BIO *bp, BN_CTX *ctx)
{
BIGNUM *a,*p,*m,*d,*e;
- int i;
BN_MONT_CTX *mont;