mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 12:03:28 +01:00
Enable FIPS mode in JitterEntropy random generator in order to let the function jent_read_entropy report failure if any of the continuous statistical tests fail.
This commit is contained in:
parent
ea256a669a
commit
425e4e7d36
@ -157,7 +157,7 @@ static
|
|||||||
#endif
|
#endif
|
||||||
VC_INLINE int jent_fips_enabled(void)
|
VC_INLINE int jent_fips_enabled(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- helpers needed in user space -- */
|
/* --- helpers needed in user space -- */
|
||||||
|
Loading…
Reference in New Issue
Block a user