summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-06-01 13:06:46 +0200
committerTomas Mraz <tomas@openssl.org>2022-06-01 13:06:46 +0200
commitb7ce611887cfac633aacc052b2e71a7f195418b8 (patch)
tree49a09c88ebf91f37e98899d15f89a379325342af /test/ct_test.c
parent73db5d82489b3ec09ccc772dfcee14fef0e8e908 (diff)
ct_test.c: Update the epoch time
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/18446)
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index 78d11ca98c..535897d09a 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -63,7 +63,7 @@ static CT_TEST_FIXTURE *set_up(const char *const test_case_name)
if (!TEST_ptr(fixture = OPENSSL_zalloc(sizeof(*fixture))))
goto end;
fixture->test_case_name = test_case_name;
- fixture->epoch_time_in_ms = 1473269626000ULL; /* Sep 7 17:33:46 2016 GMT */
+ fixture->epoch_time_in_ms = 1580335307000ULL; /* Wed 29 Jan 2020 10:01:47 PM UTC */
if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new())
|| !TEST_int_eq(
CTLOG_STORE_load_default_file(fixture->ctlog_store), 1))