1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-01-03 20:28:12 -06:00

Linux/MacOSX: Add missing JitterEntropy implementation

This commit is contained in:
Mounir IDRASSI
2019-10-23 22:30:44 +02:00
parent 74e14c070f
commit 478066c607
4 changed files with 39 additions and 4 deletions

View File

@@ -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;
};
}