aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509_ca.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-13 21:27:28 +0000
committerlloyd <[email protected]>2009-10-13 21:27:28 +0000
commit92f31b22dfe2aa1b2bde84cbaf4ce7365fa4ec68 (patch)
tree05696295d78dee44d115611ac9342666a9a34dd7 /src/cert/x509/x509_ca.cpp
parentf1980faa1240116b069de2dbbe36353765422b39 (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/x509/x509_ca.cpp')
-rw-r--r--src/cert/x509/x509_ca.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509/x509_ca.cpp b/src/cert/x509/x509_ca.cpp
index c3ab2a739..4c4748065 100644
--- a/src/cert/x509/x509_ca.cpp
+++ b/src/cert/x509/x509_ca.cpp
@@ -13,7 +13,7 @@
#include <botan/bigint.h>
#include <botan/parsing.h>
#include <botan/oids.h>
-#include <botan/timer.h>
+#include <botan/time.h>
#include <algorithm>
#include <typeinfo>
#include <iterator>