mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06: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:
@@ -157,7 +157,7 @@ static
|
||||
#endif
|
||||
VC_INLINE int jent_fips_enabled(void)
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* --- helpers needed in user space -- */
|
||||
|
||||
Reference in New Issue
Block a user