mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-20 03:25:03 -05:00
Windows: rename IsCpuRngSupport to IsCpuRngSupported for clarity and use it in Mount.c
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ BOOL IsAesHwCpuSupported ();
|
||||
void EnableHwEncryption (BOOL enable);
|
||||
BOOL IsHwEncryptionEnabled ();
|
||||
|
||||
BOOL IsCpuRngSupport ();
|
||||
BOOL IsCpuRngSupported ();
|
||||
void EnableCpuRng (BOOL enable);
|
||||
BOOL IsCpuRngEnabled ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user