diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-14 14:16:42 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-14 14:17:28 -0700 |
commit | a27f602bd8d5e9c2a14740a5303b9c87aeb712fd (patch) | |
tree | 0bf0d656fd611aa659dd0e7bd478bf6061972476 | |
parent | af9fe76e41149af313f82d94a54a36bc79c667c3 (diff) | |
download | portable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.tar.gz portable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.tar.bz2 portable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.zip |
Fix CTASSERT() once and for all
-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> |