diff options
author | lloyd <[email protected]> | 2010-09-03 13:18:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-03 13:18:54 +0000 |
commit | 449c9b9467c3e8dc08015094100162aea209623e (patch) | |
tree | cef38093356e6418b46640b43505f861db139ffe /checks/bench.cpp | |
parent | 466548a644640fc73b24c8a4185a317f780a698f (diff) |
Use the standalone version of the hex decoder instead of the wrapper that
previously existed in misc.cpp that emulated it via a pipe and filter.
Diffstat (limited to 'checks/bench.cpp')
-rw-r--r-- | checks/bench.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/bench.cpp b/checks/bench.cpp index 8d35ac1c4..4e39bdf70 100644 --- a/checks/bench.cpp +++ b/checks/bench.cpp @@ -15,6 +15,7 @@ #include <botan/parsing.h> #include <botan/symkey.h> #include <botan/time.h> +#include <botan/hex.h> #include "common.h" #include "bench.h" |