From adf97533d315a939393f12067e1d2a655b076bf0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 13 Feb 2019 17:00:03 +0100 Subject: Windows: Set CpuRngDisabled variable to TRUE for clarity even if it will be set to TRUE anyway by default through EnableCpuRng calls --- src/Common/Crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Common/Crypto.c b/src/Common/Crypto.c index d9ecc999..562b4c6d 100644 --- a/src/Common/Crypto.c +++ b/src/Common/Crypto.c @@ -1219,7 +1219,7 @@ BOOL IsHwEncryptionEnabled () #ifndef TC_WINDOWS_BOOT -static BOOL CpuRngDisabled = FALSE; +static BOOL CpuRngDisabled = TRUE; BOOL IsCpuRngSupport () { -- cgit v1.2.3