From a903049858c1cc991759ffdd2aaabf9157374e11 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 8 Sep 2023 09:49:07 +0200 Subject: Linux/macOS: simplify logic of handling /dev/random reading failure (proposed by @Lavode in #1187) Fixes #1187 --- src/Core/RandomNumberGenerator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Core/RandomNumberGenerator.h') diff --git a/src/Core/RandomNumberGenerator.h b/src/Core/RandomNumberGenerator.h index 8f440630..333a8e36 100644 --- a/src/Core/RandomNumberGenerator.h +++ b/src/Core/RandomNumberGenerator.h @@ -55,7 +55,6 @@ namespace VeraCrypt static bool Running; static size_t WriteOffset; static struct rand_data *JitterRngCtx; - static bool DevRandomSucceeded; static int DevRandomBytesCount; }; } -- cgit v1.2.3