diff options
author | René Meusel <[email protected]> | 2022-05-18 09:32:04 +0200 |
---|---|---|
committer | René Meusel <[email protected]> | 2022-05-18 10:01:01 +0200 |
commit | 3bedb5f3cb94ecc5607572b404c4a324f7acc2a7 (patch) | |
tree | f9bc7580ac098b1cb4ef0b5d284ab59b12ddeca8 /src/cli | |
parent | 2fb7ba81b0304f0864a557e3f3a010f4c2ce08d3 (diff) |
Introduce TLS::Callbacks::tls_current_timestamp()
Diffstat (limited to 'src/cli')
-rw-r--r-- | src/cli/tls_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/tls_client.cpp b/src/cli/tls_client.cpp index 177b6d522..9d18c7a16 100644 --- a/src/cli/tls_client.cpp +++ b/src/cli/tls_client.cpp @@ -294,7 +294,7 @@ class TLS_Client final : public Command, public Botan::TLS::Callbacks trusted_roots, hostname, usage, - std::chrono::system_clock::now(), + tls_current_timestamp(), ocsp_timeout, ocsp); |