From 29b749bdd96668d1aa9259b70be436e807b46af2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 13 Feb 2019 17:13:55 +0100 Subject: Windows: rename IsCpuRngSupport to IsCpuRngSupported for clarity and use it in Mount.c --- src/Common/Crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Crypto.h') 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 (); -- cgit v1.2.3