提交 7c50694f 编写于 作者: D Dr. Stephen Henson

Fix warning.

上级 79796269
......@@ -372,6 +372,8 @@ err:
return ok;
}
#ifdef OPENSSL_FIPS
/* Security strength of parameter values for (L,N): see FIPS186-3 4.2
* and SP800-131A
*/
......@@ -407,7 +409,6 @@ 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册