1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: Set CpuRngDisabled variable to TRUE for clarity even if it will be set to TRUE anyway by default through EnableCpuRng calls

This commit is contained in:
Mounir IDRASSI
2019-02-13 17:00:03 +01:00
parent 863a3a07b8
commit adf97533d3

View File

@@ -1219,7 +1219,7 @@ BOOL IsHwEncryptionEnabled ()
#ifndef TC_WINDOWS_BOOT
static BOOL CpuRngDisabled = FALSE;
static BOOL CpuRngDisabled = TRUE;
BOOL IsCpuRngSupport ()
{