mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Fix typo in CPU RNG detection condition (Github issue #417)
This commit is contained in:
@@ -1223,7 +1223,7 @@ static BOOL CpuRngDisabled = FALSE;
|
||||
|
||||
BOOL IsCpuRngSupport ()
|
||||
{
|
||||
if (HasRDSEED() || HasRDSEED())
|
||||
if (HasRDSEED() || HasRDRAND())
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user