diff options
author | Zach van Rijn <me@zv.io> | 2022-07-05 14:57:10 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-07-05 14:57:10 +0000 |
commit | e054effd3f86e0038473880dba5b9da32f68ab68 (patch) | |
tree | d3564004b2577302c8798b9dd7e98106a76f92d3 /system/openssl/update-epoch-time.patch | |
parent | 65355eb7145f09bbea6fb0ad93ae862a2f0385cd (diff) | |
download | packages-e054effd3f86e0038473880dba5b9da32f68ab68.tar.gz packages-e054effd3f86e0038473880dba5b9da32f68ab68.tar.bz2 packages-e054effd3f86e0038473880dba5b9da32f68ab68.tar.xz packages-e054effd3f86e0038473880dba5b9da32f68ab68.zip |
system/openssl: bump { 1.1.1o --> 1.1.1q }. fixes #786.
Diffstat (limited to 'system/openssl/update-epoch-time.patch')
-rw-r--r-- | system/openssl/update-epoch-time.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/system/openssl/update-epoch-time.patch b/system/openssl/update-epoch-time.patch deleted file mode 100644 index d27eb3316..000000000 --- a/system/openssl/update-epoch-time.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b7ce611887cfac633aacc052b2e71a7f195418b8 Mon Sep 17 00:00:00 2001 -From: Tomas Mraz <tomas@openssl.org> -Date: Wed, 1 Jun 2022 13:06:46 +0200 -Subject: [PATCH] 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) ---- - test/ct_test.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/ct_test.c b/test/ct_test.c -index 78d11ca98cf7..535897d09a77 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)) |