diff options
Diffstat (limited to 'src/Core')
-rw-r--r-- | src/Core/RandomNumberGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/RandomNumberGenerator.cpp b/src/Core/RandomNumberGenerator.cpp index 9551f585..ea05fe6f 100644 --- a/src/Core/RandomNumberGenerator.cpp +++ b/src/Core/RandomNumberGenerator.cpp @@ -173,7 +173,7 @@ namespace VeraCrypt Running = true; EnrichedByUser = false; - Pool.Allocate (PoolSize); + Pool.Allocate (PoolSize, 16); Test(); if (!PoolHash) |