aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 04:49:20 -0600
committerTheo Buehler <tb@openbsd.org>2025-05-31 04:50:00 -0600
commitcb5eff72d41a5bf6938923006779d0f66de207a3 (patch)
tree75724b44bd4b569804f717fd57870f37fead7f6d
parentbdcf92deeadac79caad8c07e91c7a6735c7dcf2b (diff)
downloadportable-cb5eff72d41a5bf6938923006779d0f66de207a3.tar.gz
portable-cb5eff72d41a5bf6938923006779d0f66de207a3.tar.bz2
portable-cb5eff72d41a5bf6938923006779d0f66de207a3.zip
Windows still doesn't understand __attribute__
-rw-r--r--patches/opensslfeatures.h.patch11
1 files changed, 11 insertions, 0 deletions
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 @@
36 #include "bytestring.h" 36 #include "bytestring.h"
37 37
38 #if defined(__cplusplus) 38 #if defined(__cplusplus)
39--- tests/test.h.orig Sat May 31 04:48:09 2025
40+++ tests/test.h Sat May 31 04:48:31 2025
41@@ -18,6 +18,8 @@
42 #ifndef HEADER_TEST_H
43 #define HEADER_TEST_H
44
45+#include <openssl/opensslfeatures.h>
46+
47 #include <stdint.h>
48
49 struct test;