From 655f5b9f6c5f2944c1c1e6ff35af21b917c56dc2 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 14 Jan 2026 18:47:46 +0100 Subject: [PATCH] Remove upstreamed stack.c workaround --- patches/stack.c.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/stack.c.patch diff --git a/patches/stack.c.patch b/patches/stack.c.patch deleted file mode 100644 index 643ee07..0000000 --- a/patches/stack.c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- crypto/stack/stack.c.orig Fri Jan 9 03:12:10 2026 -+++ crypto/stack/stack.c Fri Jan 9 03:15:42 2026 -@@ -201,7 +201,7 @@ - obj_bsearch_ex(const void *key, const void *base_, int num, int size, - int (*cmp)(const void *, const void *)) - { -- const void *base = base_; -+ const char *base = base_; /* XXX - error C2036: 'const void *': unknown size */ - int l, h, i, c; - - l = 0;