提交 1a4e245f 编写于 作者: A Andy Polyakov

Unsigned vs signed comparison warning.

上级 975efcba
......@@ -855,8 +855,7 @@ err:
*/
int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], BN_CTX *ctx)
{
int ret = 0, count = 0;
unsigned int j;
int ret = 0, count = 0, j;
BIGNUM *a, *z, *rho, *w, *w2, *tmp;
bn_check_top(a_);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册