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
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

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