diff options
author | lloyd <[email protected]> | 2014-01-01 01:13:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 01:13:21 +0000 |
commit | f4ecb88106f116f538deeecb62c8d451fddd831b (patch) | |
tree | 61b98115ddc0982e151aa70c2d403587e9949b1f /checks/test_ecc.cpp | |
parent | 588bf2b1bd33017542b3711b8a1a3c8846ee7c35 (diff) |
Remove filter based benchmark code
Diffstat (limited to 'checks/test_ecc.cpp')
-rw-r--r-- | checks/test_ecc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/test_ecc.cpp b/checks/test_ecc.cpp index ba01d0a79..d61c685c9 100644 --- a/checks/test_ecc.cpp +++ b/checks/test_ecc.cpp @@ -9,6 +9,7 @@ #include "getopt.h" #include "common.h" +#include <botan/hex.h> #include <botan/auto_rng.h> #include <botan/bigint.h> #include <botan/numthry.h> |