diff options
author | lloyd <[email protected]> | 2008-11-11 20:56:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:56:49 +0000 |
commit | 6eff33ae263109ccbbeb32bd0ffb25c77140cc45 (patch) | |
tree | c7b3b3628db0e0c2aa82ec750bd210cf7a54593c /src/rng | |
parent | 8986f83af617d76e54ae40348d0a77ea1e5e51e4 (diff) |
Rename timers.h to timer.h
Diffstat (limited to 'src/rng')
-rw-r--r-- | src/rng/auto_rng/auto_rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rng/auto_rng/auto_rng.cpp b/src/rng/auto_rng/auto_rng.cpp index 2389df8d7..845d958e2 100644 --- a/src/rng/auto_rng/auto_rng.cpp +++ b/src/rng/auto_rng/auto_rng.cpp @@ -5,7 +5,7 @@ #include <botan/auto_rng.h> #include <botan/parsing.h> -#include <botan/timers.h> +#include <botan/timer.h> #include <botan/hmac.h> #include <botan/sha2_32.h> #include <botan/sha2_64.h> |