diff options
author | lloyd <[email protected]> | 2010-01-21 16:41:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-21 16:41:30 +0000 |
commit | f263a8f1c43b065404eb1f965280a1fc860171bc (patch) | |
tree | 7384d609efd29bc0d47cdab6df7abb4a69fc4a72 /src/cert/x509 | |
parent | 412a13fc607a57bd9986155d247353ba8e5fb203 (diff) |
Post-merge fixes
Diffstat (limited to 'src/cert/x509')
-rw-r--r-- | src/cert/x509/x509opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509/x509opt.cpp b/src/cert/x509/x509opt.cpp index fda889224..8d235ad5d 100644 --- a/src/cert/x509/x509opt.cpp +++ b/src/cert/x509/x509opt.cpp @@ -78,7 +78,7 @@ void X509_Cert_Options::sanity_check() const * Initialize the certificate options */ X509_Cert_Options::X509_Cert_Options(const std::string& initial_opts, - u32bit expiration_time_in_seconds) + u32bit expiration_time) { is_CA = false; path_limit = 0; |