diff options
author | Jack Lloyd <[email protected]> | 2016-08-25 10:17:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-25 10:17:12 -0400 |
commit | 36b535b44be1ee7545d1863643cbc51a777d1aff (patch) | |
tree | bc2146613b559228c17b62429c1205ecf33943a2 /src | |
parent | 80c160f08f2a69eb4e41a68380796bf31fd2f924 (diff) |
Correct comment
[ci skip]
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/test_rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_rng.cpp b/src/tests/test_rng.cpp index 3368ab52b..6b35dae9f 100644 --- a/src/tests/test_rng.cpp +++ b/src/tests/test_rng.cpp @@ -353,7 +353,7 @@ class HMAC_DRBG_Unit_Tests : public Test return result; } - // set max_output_before_reseed = 1, forcing a reseed on every request + // set reseed_interval = 1, forcing a reseed for every RNG request Request_Counting_RNG counting_rng; Botan::HMAC_DRBG rng(std::move(mac), counting_rng, 1); |