diff options
author | lloyd <[email protected]> | 2009-09-17 13:59:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-17 13:59:56 +0000 |
commit | e1d81327dde6c6837ed81c61c58876bd261fb47d (patch) | |
tree | d2453db622ac788d3832110e6b70a9fb3f45f5f2 /src/rng/hmac_rng | |
parent | 7d51181d2841b29277da9a31752cae612d64b534 (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 'src/rng/hmac_rng')
-rw-r--r-- | src/rng/hmac_rng/hmac_rng.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rng/hmac_rng/hmac_rng.cpp b/src/rng/hmac_rng/hmac_rng.cpp index 113489db3..8444b1083 100644 --- a/src/rng/hmac_rng/hmac_rng.cpp +++ b/src/rng/hmac_rng/hmac_rng.cpp @@ -8,7 +8,6 @@ #include <botan/hmac_rng.h> #include <botan/loadstor.h> #include <botan/xor_buf.h> -#include <botan/util.h> #include <botan/stl_util.h> #include <algorithm> |