The unified diff between revisions [5a1d14c4..] and [f15c05d1..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/x509stor.h'

#
#
# patch "include/x509stor.h"
#  from [2242323b5c90c22ea1c5a9c6a88bee139231ef88]
#    to [855228fef66cacc885703077bfb15f583bf75e7b]
#
============================================================
--- include/x509stor.h	2242323b5c90c22ea1c5a9c6a88bee139231ef88
+++ include/x509stor.h	855228fef66cacc885703077bfb15f583bf75e7b
@@ -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;
    };