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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user