remove unused variable
authorNils Larsch <nils@openssl.org>
Wed, 7 Feb 2007 20:49:58 +0000 (20:49 +0000)
committerNils Larsch <nils@openssl.org>
Wed, 7 Feb 2007 20:49:58 +0000 (20:49 +0000)
crypto/dsa/dsa_ossl.c

index 96df46b70dcb69d8caddebb2600fc517b2cc75d7..dc5d4b3f0b7ed4ec32f5db2a09df62e46a317ae3 100644 (file)
@@ -134,7 +134,7 @@ static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
        BIGNUM m;
        BIGNUM xr;
        BN_CTX *ctx=NULL;
-       int i, j, reason=ERR_R_BN_LIB;
+       int i, reason=ERR_R_BN_LIB;
        DSA_SIG *ret=NULL;
 
        BN_init(&m);