From cb5eff72d41a5bf6938923006779d0f66de207a3 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 31 May 2025 04:49:20 -0600 Subject: Windows still doesn't understand __attribute__ --- patches/opensslfeatures.h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch index 77df5dc..f496ebc 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch @@ -36,3 +36,14 @@ #include "bytestring.h" #if defined(__cplusplus) +--- tests/test.h.orig Sat May 31 04:48:09 2025 ++++ tests/test.h Sat May 31 04:48:31 2025 +@@ -18,6 +18,8 @@ + #ifndef HEADER_TEST_H + #define HEADER_TEST_H + ++#include ++ + #include + + struct test; -- cgit v1.2.3-55-g6feb