aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-10 15:29:15 +0000
committerlloyd <[email protected]>2010-03-10 15:29:15 +0000
commit3bff865adb76f088ed4e3014992bdd0dec2ac878 (patch)
treedbf25fd4244cd3c26af69bcbfa6e994d51b529a1 /checks
parent5cb9483a790fcb81676be9d287178b3040667d20 (diff)
Remove call to disable key testing, now a per-build option
Diffstat (limited to 'checks')
-rw-r--r--checks/pk_bench.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp
index c9e79e997..2d63e9fbc 100644
--- a/checks/pk_bench.cpp
+++ b/checks/pk_bench.cpp
@@ -1,13 +1,13 @@
/*
-* (C) 2009 Jack Lloyd
+* (C) 2009-2010 Jack Lloyd
*
* Distributed under the terms of the Botan license
*/
#include <botan/pkcs8.h>
#include <botan/mem_ops.h>
-#include <botan/libstate.h>
#include <botan/parsing.h>
+#include <map>
#if defined(BOTAN_HAS_RSA)
#include <botan/rsa.h>
@@ -721,8 +721,6 @@ 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 defined(BOTAN_HAS_RSA)