diff options
Diffstat (limited to 'checks/pk_bench.cpp')
-rw-r--r-- | checks/pk_bench.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index 78c89a74f..bf13bcb29 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -9,6 +9,7 @@ #include <botan/pkcs8.h> #include <botan/mem_ops.h> #include <botan/look_pk.h> +#include <botan/libstate.h> using namespace Botan; @@ -310,6 +311,8 @@ void bench_pk(RandomNumberGenerator& rng, there is no way to encode a RW key into a PKCS #8 structure). */ + global_state().set_option("pk/test/private_gen", "basic"); + Benchmark_Report report; if(algo == "All" || algo == "RSA") |