提交 b3bad17d 编写于 作者: N Nils Larsch

remove unused variable

上级 feaaf1db
...@@ -134,7 +134,7 @@ static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) ...@@ -134,7 +134,7 @@ static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
BIGNUM m; BIGNUM m;
BIGNUM xr; BIGNUM xr;
BN_CTX *ctx=NULL; BN_CTX *ctx=NULL;
int i, j, reason=ERR_R_BN_LIB; int i, reason=ERR_R_BN_LIB;
DSA_SIG *ret=NULL; DSA_SIG *ret=NULL;
BN_init(&m); BN_init(&m);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册