diff options
author | lloyd <[email protected]> | 2009-10-13 21:27:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-13 21:27:28 +0000 |
commit | 92f31b22dfe2aa1b2bde84cbaf4ce7365fa4ec68 (patch) | |
tree | 05696295d78dee44d115611ac9342666a9a34dd7 /src/cert/cvc/cvc_self.cpp | |
parent | f1980faa1240116b069de2dbbe36353765422b39 (diff) |
Attic-ize all of src/timer, except for time_t_to_tm and system_time
(which will go later) which will live in the new time.h
Diffstat (limited to 'src/cert/cvc/cvc_self.cpp')
-rw-r--r-- | src/cert/cvc/cvc_self.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_self.cpp b/src/cert/cvc/cvc_self.cpp index 46bf145fc..98d90d0af 100644 --- a/src/cert/cvc/cvc_self.cpp +++ b/src/cert/cvc/cvc_self.cpp @@ -14,7 +14,7 @@ #include <botan/look_pk.h> #include <botan/cvc_req.h> #include <botan/cvc_ado.h> -#include <botan/timer.h> +#include <botan/time.h> #include <sstream> namespace Botan { |