diff options
| -rw-r--r-- | patches/opensslfeatures.h.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch index 591ecf3..f5a1f87 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch | |||
| @@ -14,14 +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 | 17 | --- crypto/crypto_internal.h.orig Sat Dec 14 14:15:39 2024 |
| 18 | +++ tests/crypto_test.c Fri Nov 8 10:03:47 2024 | 18 | +++ crypto/crypto_internal.h Sat Dec 14 14:15:52 2024 |
| 19 | @@ -19,6 +19,8 @@ | 19 | @@ -15,6 +15,8 @@ |
| 20 | #include <stdio.h> | 20 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 21 | #include <stdlib.h> | 21 | */ |
| 22 | 22 | ||
| 23 | +#include <openssl/opensslfeatures.h> | 23 | +#include <openssl/opensslfeatures.h> |
| 24 | + | 24 | + |
| 25 | #include "crypto_internal.h" | 25 | #include <endian.h> |
| 26 | 26 | #include <stddef.h> | |
| 27 | static int | 27 | #include <stdint.h> |
