diff options
Diffstat (limited to 'src/cli')
-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 47cdc03c0..6fac9411c 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -1246,7 +1246,7 @@ class Speed final : public Command while(sharedb_timer.under(msec)) { - std::vector<uint8_t> send_a(NEWHOPE_SENDABYTES), send_b(NEWHOPE_SENDBBYTES); + std::vector<uint8_t> send_a(Botan::NEWHOPE_SENDABYTES), send_b(Botan::NEWHOPE_SENDBBYTES); std::vector<uint8_t> shared_a(32), shared_b(32); Botan::newhope_poly sk_a; |