From 478066c6076934ef50f9cf922cfe55dd96580d12 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 23 Oct 2019 22:30:44 +0200 Subject: Linux/MacOSX: Add missing JitterEntropy implementation --- src/Core/RandomNumberGenerator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Core/RandomNumberGenerator.h') diff --git a/src/Core/RandomNumberGenerator.h b/src/Core/RandomNumberGenerator.h index 2d1d314a..6df31ae0 100644 --- a/src/Core/RandomNumberGenerator.h +++ b/src/Core/RandomNumberGenerator.h @@ -16,6 +16,7 @@ #include "Platform/Platform.h" #include "Volume/Hash.h" #include "Common/Random.h" +#include "Crypto/jitterentropy.h" namespace VeraCrypt { @@ -53,6 +54,7 @@ namespace VeraCrypt static size_t ReadOffset; static bool Running; static size_t WriteOffset; + static struct rand_data *JitterRngCtx; }; } -- cgit v1.2.3