diff options
Diffstat (limited to 'patches/opensslfeatures.h.patch')
-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 77df5dc..d370b32 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 <stddef.h> | ||
48 | #include <stdint.h> | ||
49 | |||