1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: rename IsCpuRngSupport to IsCpuRngSupported for clarity and use it in Mount.c

This commit is contained in:
Mounir IDRASSI
2019-02-13 17:13:55 +01:00
parent adf97533d3
commit 29b749bdd9
3 changed files with 3 additions and 3 deletions

View File

@@ -385,7 +385,7 @@ BOOL IsAesHwCpuSupported ();
void EnableHwEncryption (BOOL enable);
BOOL IsHwEncryptionEnabled ();
BOOL IsCpuRngSupport ();
BOOL IsCpuRngSupported ();
void EnableCpuRng (BOOL enable);
BOOL IsCpuRngEnabled ();