aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-12-14 14:16:42 -0700
committerTheo Buehler <tb@openbsd.org>2024-12-14 14:17:28 -0700
commita27f602bd8d5e9c2a14740a5303b9c87aeb712fd (patch)
tree0bf0d656fd611aa659dd0e7bd478bf6061972476 /patches
parentaf9fe76e41149af313f82d94a54a36bc79c667c3 (diff)
downloadportable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.tar.gz
portable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.tar.bz2
portable-a27f602bd8d5e9c2a14740a5303b9c87aeb712fd.zip
Fix CTASSERT() once and for all
Diffstat (limited to 'patches')
-rw-r--r--patches/opensslfeatures.h.patch16
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>