diff options
| -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 618de73..591ecf3 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch | |||
| @@ -14,3 +14,14 @@ | |||
| 14 | #define OPENSSL_THREADS | 14 | #define OPENSSL_THREADS |
| 15 | 15 | ||
| 16 | #define OPENSSL_NO_BUF_FREELISTS | 16 | #define OPENSSL_NO_BUF_FREELISTS |
| 17 | --- tests/crypto_test.c.orig Fri Nov 8 10:03:18 2024 | ||
| 18 | +++ tests/crypto_test.c Fri Nov 8 10:03:47 2024 | ||
| 19 | @@ -19,6 +19,8 @@ | ||
| 20 | #include <stdio.h> | ||
| 21 | #include <stdlib.h> | ||
| 22 | |||
| 23 | +#include <openssl/opensslfeatures.h> | ||
| 24 | + | ||
| 25 | #include "crypto_internal.h" | ||
| 26 | |||
| 27 | static int | ||
