diff options
Diffstat (limited to 'patches/opensslfeatures.h.patch')
-rw-r--r-- | patches/opensslfeatures.h.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch index 618de73..77df5dc 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch | |||
@@ -14,3 +14,25 @@ | |||
14 | #define OPENSSL_THREADS | 14 | #define OPENSSL_THREADS |
15 | 15 | ||
16 | #define OPENSSL_NO_BUF_FREELISTS | 16 | #define OPENSSL_NO_BUF_FREELISTS |
17 | --- crypto/crypto_internal.h.orig Sat Dec 14 14:15:39 2024 | ||
18 | +++ crypto/crypto_internal.h Sat Dec 14 14:15:52 2024 | ||
19 | @@ -15,6 +15,8 @@ | ||
20 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
21 | */ | ||
22 | |||
23 | +#include <openssl/opensslfeatures.h> | ||
24 | + | ||
25 | #include <endian.h> | ||
26 | #include <stddef.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) | ||