diff options
Diffstat (limited to 'src/cli/speed.cpp')
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index 7705f89c1..99e4c157f 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -1981,7 +1981,7 @@ class Speed final : public Command Timer shareda_timer(nm, "", "shareda"); Timer sharedb_timer(nm, "", "sharedb"); - Botan::ChaCha_RNG nh_rng; + Botan::ChaCha_RNG nh_rng(Botan::secure_vector<uint8_t>(32)); while(sharedb_timer.under(msec)) { |