提交 707ef52e 编写于 作者: B Ben Laurie

Typo.

上级 e485afda
......@@ -195,7 +195,7 @@ BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
{
assert(num >= 0);
assert(n >= 0);
if (n <= 0) return;
for (;;)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册