From 56b283e27f84a2f199333827fd809ed73d292a60 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 7 Jul 2023 17:34:38 +0300 Subject: [PATCH] remove Windows lld workaround --- patches/ssl_txt.c.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 patches/ssl_txt.c.patch diff --git a/patches/ssl_txt.c.patch b/patches/ssl_txt.c.patch deleted file mode 100644 index 7439b0d..0000000 --- a/patches/ssl_txt.c.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- ssl/ssl_txt.c.orig Wed Jun 22 11:37:59 2022 -+++ ssl/ssl_txt.c Wed Jun 22 11:37:59 2022 -@@ -82,6 +82,7 @@ - * OTHERWISE. - */ - -+#include - #include - - #include -@@ -174,8 +174,8 @@ - } - - if (x->time != 0) { -- if (BIO_printf(bp, "\n Start Time: %lld", -- (long long)x->time) <= 0) -+ if (BIO_printf(bp, "\n Start Time: %"PRId64, -+ (int64_t)x->time) <= 0) - goto err; - } -