diff options
author | lloyd <[email protected]> | 2009-09-17 14:12:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-17 14:12:57 +0000 |
commit | 7e839d037119055b572f40ce0cd882f85583db2e (patch) | |
tree | 03792d0825d846f634cf34341b87e01ef91cb22f /src/cert/x509 | |
parent | e1d81327dde6c6837ed81c61c58876bd261fb47d (diff) |
The get_tm function was duplicated. Move single version to timer.{h,cpp}
Diffstat (limited to 'src/cert/x509')
-rw-r--r-- | src/cert/x509/x509opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cert/x509/x509opt.cpp b/src/cert/x509/x509opt.cpp index 988ab2cfa..03bcd20f4 100644 --- a/src/cert/x509/x509opt.cpp +++ b/src/cert/x509/x509opt.cpp @@ -9,7 +9,6 @@ #include <botan/oids.h> #include <botan/parsing.h> #include <botan/timer.h> -#include <ctime> namespace Botan { |