Detect symmetric crypto errors in PKCS7_decrypt.
[oweals/openssl.git] / crypto / bn / bntest.c
index 8bc6d462e733ef389434ac4779f21a08a62f5f0c..7771e92023dfd353ff79238b0896c567fa5657f1 100644 (file)
@@ -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;