aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/x509stor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x509stor.h b/include/x509stor.h
index d033e3daf..2010d7e7c 100644
--- a/include/x509stor.h
+++ b/include/x509stor.h
@@ -126,6 +126,7 @@ class BOTAN_DLL X509_Store
std::vector<Cert_Info> certs;
std::vector<CRL_Data> revoked;
std::vector<Certificate_Store*> stores;
+ u32bit time_slack;
mutable bool revoked_info_valid;
};