mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: rename IsCpuRngSupport to IsCpuRngSupported for clarity and use it in Mount.c
This commit is contained in:
@@ -1221,7 +1221,7 @@ BOOL IsHwEncryptionEnabled ()
|
||||
|
||||
static BOOL CpuRngDisabled = TRUE;
|
||||
|
||||
BOOL IsCpuRngSupport ()
|
||||
BOOL IsCpuRngSupported ()
|
||||
{
|
||||
if (HasRDSEED() || HasRDRAND())
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user