diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-12-26 01:14:17 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-12-26 01:14:47 -0700 |
| commit | c9e2499e24898a7eb918a77ec17b96ac53ea4eaa (patch) | |
| tree | 8e27d24a065df8f847d49f3dbb90a199d405f0bb | |
| parent | 4e0552995fa2a9864157a7b2a62462363e8c10bd (diff) | |
| download | portable-c9e2499e24898a7eb918a77ec17b96ac53ea4eaa.tar.gz portable-c9e2499e24898a7eb918a77ec17b96ac53ea4eaa.tar.bz2 portable-c9e2499e24898a7eb918a77ec17b96ac53ea4eaa.zip | |
tb, you should know by now that windows has no __attribute__
| -rw-r--r-- | patches/opensslfeatures.h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 25 | #include <endian.h> | 25 | #include <endian.h> |
| 26 | #include <stddef.h> | 26 | #include <stddef.h> |
| 27 | #include <stdint.h> | 27 | #include <stdint.h> |
| 28 | --- tests/parse_test_file.h.orig Thu Dec 26 01:13:00 2024 | ||
| 29 | +++ tests/parse_test_file.h Thu Dec 26 01:13:27 2024 | ||
| 30 | @@ -22,6 +22,8 @@ | ||
| 31 | #include <stdint.h> | ||
| 32 | #include <stdio.h> | ||
| 33 | |||
| 34 | +#include <openssl/opensslfeatures.h> | ||
| 35 | + | ||
| 36 | #include "bytestring.h" | ||
| 37 | |||
| 38 | #if defined(__cplusplus) | ||
