提交 ce676476 编写于 作者: R Richard Levitte

fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.

上级 171edf7f
......@@ -407,6 +407,7 @@ static int dsa2_valid_parameters(size_t L, size_t N)
return 0;
}
#ifdef OPENSSL_FIPS
int fips_check_dsa_prng(DSA *dsa, size_t L, size_t N)
{
int strength;
......@@ -442,6 +443,7 @@ int fips_check_dsa_prng(DSA *dsa, size_t L, size_t N)
return 0;
}
#endif /* OPENSSL_FIPS */
/* This is a parameter generation algorithm for the DSA2 algorithm as
* described in FIPS 186-3.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册