mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-07 22:28:12 -06:00
Linux/MacOSX: Don't always ignore /dev/random failure by making sure that it has returned random bytes successfully at least once during the lifetime of RandomNumberGenerator
This commit is contained in:
@@ -55,6 +55,7 @@ namespace VeraCrypt
|
||||
static bool Running;
|
||||
static size_t WriteOffset;
|
||||
static struct rand_data *JitterRngCtx;
|
||||
static bool DevRandomSucceeded;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user