projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feaaf1d
)
remove unused variable
author
Nils Larsch
<nils@openssl.org>
Wed, 7 Feb 2007 20:49:58 +0000
(20:49 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 7 Feb 2007 20:49:58 +0000
(20:49 +0000)
crypto/dsa/dsa_ossl.c
patch
|
blob
|
history
diff --git
a/crypto/dsa/dsa_ossl.c
b/crypto/dsa/dsa_ossl.c
index 96df46b70dcb69d8caddebb2600fc517b2cc75d7..dc5d4b3f0b7ed4ec32f5db2a09df62e46a317ae3 100644
(file)
--- 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);