From b3bad17d1a5bc7f15c15d61bb7115f8a16b1a5e2 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Wed, 7 Feb 2007 20:49:58 +0000 Subject: [PATCH] remove unused variable --- crypto/dsa/dsa_ossl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c index 96df46b70d..dc5d4b3f0b 100644 --- a/crypto/dsa/dsa_ossl.c +++ b/crypto/dsa/dsa_ossl.c @@ -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); -- 2.25.1