From a27f602bd8d5e9c2a14740a5303b9c87aeb712fd Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 14 Dec 2024 14:16:42 -0700 Subject: Fix CTASSERT() once and for all --- patches/opensslfeatures.h.patch | 16 ++++++++-------- 1 file 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 @@ #define OPENSSL_THREADS #define OPENSSL_NO_BUF_FREELISTS ---- tests/crypto_test.c.orig Fri Nov 8 10:03:18 2024 -+++ tests/crypto_test.c Fri Nov 8 10:03:47 2024 -@@ -19,6 +19,8 @@ - #include - #include +--- crypto/crypto_internal.h.orig Sat Dec 14 14:15:39 2024 ++++ crypto/crypto_internal.h Sat Dec 14 14:15:52 2024 +@@ -15,6 +15,8 @@ + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ +#include + - #include "crypto_internal.h" - - static int + #include + #include + #include -- cgit v1.2.3-55-g6feb