提交 e71adb85 编写于 作者: B Bodo Möller

avoid stupid compiler warning

上级 033c51f0
......@@ -82,7 +82,7 @@ static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len, B
signed char *r = NULL;
int sign = 1;
int bit, next_bit, mask;
size_t len, j;
size_t len = 0, j;
BN_CTX_start(ctx);
c = BN_CTX_get(ctx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册