Skip to content

Commit

Permalink
Remove use of endbr64.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Feb 24, 2024
1 parent 2548f24 commit 500a102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ gen_asm() {
setup_asm_generator() {
rm -fr $asm_src
cp -a $libcrypto_src $asm_src
patch -d $asm_src -p0 < patches/asm/endbr64.patch
patch -d $asm_src -p4 < patches/asm/masm-align-64.patch
}

Expand Down

0 comments on commit 500a102

Please sign in to comment.