aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-17 13:59:56 +0000
committerlloyd <[email protected]>2009-09-17 13:59:56 +0000
commite1d81327dde6c6837ed81c61c58876bd261fb47d (patch)
treed2453db622ac788d3832110e6b70a9fb3f45f5f2 /checks
parent7d51181d2841b29277da9a31752cae612d64b534 (diff)
Split up util.h into 3 files
- rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h
Diffstat (limited to 'checks')
-rw-r--r--checks/cvc_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/cvc_tests.cpp b/checks/cvc_tests.cpp
index 792e9c58d..d62099b6e 100644
--- a/checks/cvc_tests.cpp
+++ b/checks/cvc_tests.cpp
@@ -27,7 +27,7 @@
#include <botan/look_pk.h>
#include <botan/cvc_self.h>
#include <botan/cvc_cert.h>
-#include <botan/util.h>
+#include <botan/timer.h>
#include <botan/cvc_ado.h>
#define TEST_DATA_DIR "checks/ecc_testdata"