diff options
author | lloyd <[email protected]> | 2009-12-01 15:36:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-01 15:36:30 +0000 |
commit | 29e9b23500d101f01988a33e8f1a6aaab39d5f7d (patch) | |
tree | 28fdc5244d6b618b09a4b0d80fd1708a56401e77 /src/cert/x509/x509stor.cpp | |
parent | 9ffe4441271ff41fd33fc3965c191e62bce36453 (diff) |
Most files including <botan/time.h> actually just needed <chrono>
Clean up implementation of calendar_value() a bit
Diffstat (limited to 'src/cert/x509/x509stor.cpp')
-rw-r--r-- | src/cert/x509/x509stor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509/x509stor.cpp b/src/cert/x509/x509stor.cpp index a055602a8..80507c1dd 100644 --- a/src/cert/x509/x509stor.cpp +++ b/src/cert/x509/x509stor.cpp @@ -10,8 +10,8 @@ #include <botan/pubkey.h> #include <botan/look_pk.h> #include <botan/oids.h> -#include <botan/time.h> #include <algorithm> +#include <chrono> #include <memory> namespace Botan { |