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

Fix bntest.c problem -- one of the primes got lost

上级 73c2522c
......@@ -1013,7 +1013,7 @@ int test_sqrt(BIO *bp, BN_CTX *ctx)
{
if (i < 8)
{
unsigned primes[8] = { 2, 3, 7, 11, 13, 17, 19 };
unsigned primes[8] = { 2, 3, 5, 7, 11, 13, 17, 19 };
if (!BN_set_word(p, primes[i])) goto err;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册