diff options
Diffstat (limited to 'include/x509self.h')
-rw-r--r-- | include/x509self.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/x509self.h b/include/x509self.h index 4bd830ea4..4ad7f8f5c 100644 --- a/include/x509self.h +++ b/include/x509self.h @@ -47,7 +47,8 @@ class X509_Cert_Options void add_ex_constraint(const OID&); void add_ex_constraint(const std::string&); - X509_Cert_Options(const std::string& = ""); + X509_Cert_Options(const std::string& = "", + u32bit expire = 365 * 24 * 60 * 60); }; namespace X509 { |