aboutsummaryrefslogtreecommitdiff
path: root/patches/opensslfeatures.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/opensslfeatures.h.patch')
-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 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)