diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-02-24 10:41:41 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-02-24 10:41:41 -0700 |
| commit | 500a1029e95215a2d37f7cdd5dd4090cd0685bd6 (patch) | |
| tree | d55ced8747bebb62a8adc27c806cfe6cd567393c | |
| parent | 2548f2479d96f0a3d67ca01f9759bedb69163e13 (diff) | |
| download | portable-500a1029e95215a2d37f7cdd5dd4090cd0685bd6.tar.gz portable-500a1029e95215a2d37f7cdd5dd4090cd0685bd6.tar.bz2 portable-500a1029e95215a2d37f7cdd5dd4090cd0685bd6.zip | |
Remove use of endbr64.patch
| -rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -240,7 +240,6 @@ 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 | ||
| 244 | patch -d $asm_src -p4 < patches/asm/masm-align-64.patch | 243 | patch -d $asm_src -p4 < patches/asm/masm-align-64.patch |
| 245 | } | 244 | } |
| 246 | 245 | ||
