mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08: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:
@@ -1219,7 +1219,7 @@ BOOL IsHwEncryptionEnabled ()
|
||||
|
||||
#ifndef TC_WINDOWS_BOOT
|
||||
|
||||
static BOOL CpuRngDisabled = FALSE;
|
||||
static BOOL CpuRngDisabled = TRUE;
|
||||
|
||||
BOOL IsCpuRngSupport ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user