提交 c01d2b97 编写于 作者: N Nils Larsch

when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro

which cannot be evaluated in an if statement
上级 b0ef321c
......@@ -210,7 +210,7 @@ static int dsa_builtin_paramgen(DSA *ret, int bits,
goto err;
/* step 7 */
if (!BN_zero(W)) goto err;
BN_zero(W);
/* now 'buf' contains "SEED + offset - 1" */
for (k=0; k<=n; k++)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册