diff options
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -240,7 +240,8 @@ gen_asm() { | |||
240 | setup_asm_generator() { | 240 | setup_asm_generator() { |
241 | rm -fr $asm_src | 241 | rm -fr $asm_src |
242 | cp -a $libcrypto_src $asm_src | 242 | cp -a $libcrypto_src $asm_src |
243 | patch -d $asm_src -p0 < patches/asm/endbr64.patch | 243 | patch -d $asm_src -p4 < patches/asm/0001-Add-a-few-missing-endbr64-to-libcrypto.patch |
244 | patch -d $asm_src -p4 < patches/asm/0001-Replace-uses-of-endbr64-with-_CET_ENDBR-from-cet.h.patch | ||
244 | patch -d $asm_src -p4 < patches/asm/masm-align-64.patch | 245 | patch -d $asm_src -p4 < patches/asm/masm-align-64.patch |
245 | } | 246 | } |
246 | 247 | ||