diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:35:13 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-27 10:35:13 +0100 |
commit | bcf7afb23f9ae3a8dbdbb4ffe78c1e6f8bdc4444 (patch) | |
tree | 7be7f0f6115d7624b2933e06db20af91cfc5dc29 | |
parent | f39a1b4b64910394382c55b387efc11a28bc9338 (diff) | |
download | portable-bcf7afb23f9ae3a8dbdbb4ffe78c1e6f8bdc4444.tar.gz portable-bcf7afb23f9ae3a8dbdbb4ffe78c1e6f8bdc4444.tar.bz2 portable-bcf7afb23f9ae3a8dbdbb4ffe78c1e6f8bdc4444.zip |
Adjust patches for lcl.h -> local.h rename
-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; }) |