mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
remove unused variable
This commit is contained in:
parent
feaaf1dbea
commit
b3bad17d1a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user