Adjust patches for lcl.h -> local.h rename

This commit is contained in:
Theo Buehler 2022-11-27 10:35:13 +01:00
parent f39a1b4b64
commit bcf7afb23f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ./crypto/bn/bn_lcl.h.orig Fri Feb 18 16:30:39 2022 --- ./crypto/bn/bn_local.h.orig Fri Feb 18 16:30:39 2022
+++ ./crypto/bn/bn_lcl.h Mon Feb 21 05:39:35 2022 +++ ./crypto/bn/bn_local.h Mon Feb 21 05:39:35 2022
@@ -283,7 +283,7 @@ @@ -283,7 +283,7 @@
: "r"(a), "r"(b)); \ : "r"(a), "r"(b)); \
ret; }) ret; })

View File

@ -1,5 +1,5 @@
--- crypto/modes/modes_lcl.h.orig Tue Nov 14 10:25:15 2017 --- crypto/modes/modes_local.h.orig Tue Nov 14 10:25:15 2017
+++ crypto/modes/modes_lcl.h Sat Jan 19 22:19:23 2019 +++ crypto/modes/modes_local.h Sat Jan 19 22:19:23 2019
@@ -45,14 +45,16 @@ @@ -45,14 +45,16 @@
asm ("bswapl %0" \ asm ("bswapl %0" \
: "+r"(ret)); ret; }) : "+r"(ret)); ret; })