diff options
Diffstat (limited to 'checks')
-rw-r--r-- | checks/pk_bench.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index 7b0150c24..c6277b4bd 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -9,8 +9,6 @@ #include <botan/look_pk.h> #include <botan/rng.h> -#include <botan/parsing.h> - using namespace Botan; #include "common.h" @@ -55,6 +53,7 @@ void bench_pk(const std::string& algo, bool html, double seconds) ad-hoc format (the RW algorithm has no assigned OID that I know of, so there is no way to encode a RW key into a PKCS #8 structure). */ + try { if(algo == "All" || algo == "RSA") { |