From c9e2499e24898a7eb918a77ec17b96ac53ea4eaa Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 26 Dec 2024 01:14:17 -0700 Subject: tb, you should know by now that windows has no __attribute__ --- patches/opensslfeatures.h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch index f5a1f87..77df5dc 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch @@ -25,3 +25,14 @@ #include #include #include +--- tests/parse_test_file.h.orig Thu Dec 26 01:13:00 2024 ++++ tests/parse_test_file.h Thu Dec 26 01:13:27 2024 +@@ -22,6 +22,8 @@ + #include + #include + ++#include ++ + #include "bytestring.h" + + #if defined(__cplusplus) -- cgit v1.2.3-55-g6feb