From c6f69dd37a92517ecc3717373d662e69b30b1d4d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 29 Apr 2025 05:52:09 -0600 Subject: Remove no longer needed modes_local patch Fixes #1153 --- patches/modes_local.h.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 patches/modes_local.h.patch (limited to 'patches') diff --git a/patches/modes_local.h.patch b/patches/modes_local.h.patch deleted file mode 100644 index 1ff799b..0000000 --- a/patches/modes_local.h.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- crypto/modes/modes_local.h.orig Sat Jul 8 14:03:53 2023 -+++ crypto/modes/modes_local.h Sat Jul 8 14:10:56 2023 -@@ -45,6 +45,7 @@ - asm ("bswapl %0" \ - : "+r"(ret)); ret; }) - # elif (defined(__arm__) || defined(__arm)) && !defined(__STRICT_ALIGNMENT) -+# if (__ARM_ARCH >= 6) - # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \ - asm ("rev %0,%0; rev %1,%1" \ - : "+r"(hi),"+r"(lo)); \ -@@ -53,6 +54,7 @@ - asm ("rev %0,%1" \ - : "=r"(ret) : "r"((u32)(x))); \ - ret; }) -+# endif - # endif - #endif - #endif -- cgit v1.2.3-55-g6feb