VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Crypto.c2
-rw-r--r--src/Common/Crypto.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Crypto.c b/src/Common/Crypto.c
index 562b4c6d..249a4117 100644
--- a/src/Common/Crypto.c
+++ b/src/Common/Crypto.c
@@ -1221,7 +1221,7 @@ BOOL IsHwEncryptionEnabled ()
static BOOL CpuRngDisabled = TRUE;
-BOOL IsCpuRngSupport ()
+BOOL IsCpuRngSupported ()
{
if (HasRDSEED() || HasRDRAND())
return TRUE;
diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h
index f1b35977..6c2befb1 100644
--- a/src/Common/Crypto.h
+++ b/src/Common/Crypto.h
@@ -385,7 +385,7 @@ BOOL IsAesHwCpuSupported ();
void EnableHwEncryption (BOOL enable);
BOOL IsHwEncryptionEnabled ();
-BOOL IsCpuRngSupport ();
+BOOL IsCpuRngSupported ();
void EnableCpuRng (BOOL enable);
BOOL IsCpuRngEnabled ();