1
0
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:
Mounir IDRASSI
2020-07-14 23:59:09 +02:00
parent ea256a669a
commit 425e4e7d36

View File

@@ -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 -- */