diff options
Diffstat (limited to 'patches/modes_local.h.patch')
-rw-r--r-- | patches/modes_local.h.patch | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
1 | --- crypto/modes/modes_local.h.orig Sat Jul 8 14:03:53 2023 | ||
2 | +++ crypto/modes/modes_local.h Sat Jul 8 14:10:56 2023 | ||
3 | @@ -45,6 +45,7 @@ | ||
4 | asm ("bswapl %0" \ | ||
5 | : "+r"(ret)); ret; }) | ||
6 | # elif (defined(__arm__) || defined(__arm)) && !defined(__STRICT_ALIGNMENT) | ||
7 | +# if (__ARM_ARCH >= 6) | ||
8 | # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \ | ||
9 | asm ("rev %0,%0; rev %1,%1" \ | ||
10 | : "+r"(hi),"+r"(lo)); \ | ||
11 | @@ -53,6 +54,7 @@ | ||
12 | asm ("rev %0,%1" \ | ||
13 | : "=r"(ret) : "r"((u32)(x))); \ | ||
14 | ret; }) | ||
15 | +# endif | ||
16 | # endif | ||
17 | #endif | ||
18 | #endif | ||