aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509self.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/x509/x509self.h')
-rw-r--r--src/lib/x509/x509self.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509self.h b/src/lib/x509/x509self.h
index 008eece51..156e41f8a 100644
--- a/src/lib/x509/x509self.h
+++ b/src/lib/x509/x509self.h
@@ -163,7 +163,7 @@ class BOTAN_DLL X509_Cert_Options
* @param expire_time the expiration time (from the current clock in seconds)
*/
X509_Cert_Options(const std::string& opts = "",
- u32bit expire_time = 365 * 24 * 60 * 60);
+ uint32_t expire_time = 365 * 24 * 60 * 60);
};
namespace X509 {