diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-04-29 05:52:09 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-04-29 05:52:51 -0600 |
| commit | c6f69dd37a92517ecc3717373d662e69b30b1d4d (patch) | |
| tree | a350b69deb6bddbe881b6ef6928305dac989d77e | |
| parent | 3aeba58a29031a56e9332df6e075332e0e9a6c16 (diff) | |
| download | portable-c6f69dd37a92517ecc3717373d662e69b30b1d4d.tar.gz portable-c6f69dd37a92517ecc3717373d662e69b30b1d4d.tar.bz2 portable-c6f69dd37a92517ecc3717373d662e69b30b1d4d.zip | |
Remove no longer needed modes_local patch
Fixes #1153
| -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 | ||
