提交 b26f84cb 编写于 作者: U Ulf Möller

last commit was wrong. Now it works. :)

上级 0dba0613
......@@ -786,9 +786,9 @@ int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b,
if (dl < 0)
{
for (i=-dl; i<0; i++)
for (i=dl; i<0; i++)
{
if (b[n+i] != 0)
if (b[n-i] != 0)
return -1; /* a < b */
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册