diff options
-rw-r--r-- | patches/bn_local.h.patch (renamed from patches/bn_lcl.h.patch) | 4 | ||||
-rw-r--r-- | patches/modes_local.h.patch (renamed from patches/modes_lcl.h.patch) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/patches/bn_lcl.h.patch b/patches/bn_local.h.patch index 84835ed..2378ec7 100644 --- a/patches/bn_lcl.h.patch +++ b/patches/bn_local.h.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- ./crypto/bn/bn_lcl.h.orig Fri Feb 18 16:30:39 2022 | 1 | --- ./crypto/bn/bn_local.h.orig Fri Feb 18 16:30:39 2022 |
2 | +++ ./crypto/bn/bn_lcl.h Mon Feb 21 05:39:35 2022 | 2 | +++ ./crypto/bn/bn_local.h Mon Feb 21 05:39:35 2022 |
3 | @@ -283,7 +283,7 @@ | 3 | @@ -283,7 +283,7 @@ |
4 | : "r"(a), "r"(b)); \ | 4 | : "r"(a), "r"(b)); \ |
5 | ret; }) | 5 | ret; }) |
diff --git a/patches/modes_lcl.h.patch b/patches/modes_local.h.patch index 330d4d0..8f55eed 100644 --- a/patches/modes_lcl.h.patch +++ b/patches/modes_local.h.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- crypto/modes/modes_lcl.h.orig Tue Nov 14 10:25:15 2017 | 1 | --- crypto/modes/modes_local.h.orig Tue Nov 14 10:25:15 2017 |
2 | +++ crypto/modes/modes_lcl.h Sat Jan 19 22:19:23 2019 | 2 | +++ crypto/modes/modes_local.h Sat Jan 19 22:19:23 2019 |
3 | @@ -45,14 +45,16 @@ | 3 | @@ -45,14 +45,16 @@ |
4 | asm ("bswapl %0" \ | 4 | asm ("bswapl %0" \ |
5 | : "+r"(ret)); ret; }) | 5 | : "+r"(ret)); ret; }) |