diff options
author | Brent Cook <busterb@gmail.com> | 2024-01-07 18:29:10 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-02-12 03:14:54 -0600 |
commit | cc78bdf3dd7ed883412bd22c2638214fe0ca3619 (patch) | |
tree | 76875b844e33bd3ed233973fcfe9d85c6f22789f /patches/asm/0005-Revert-aesni-endbr64.patch | |
parent | db3ab1675bbf8b821ef2fa26e7af14a8b4d38bfe (diff) | |
download | portable-cc78bdf3dd7ed883412bd22c2638214fe0ca3619.tar.gz portable-cc78bdf3dd7ed883412bd22c2638214fe0ca3619.tar.bz2 portable-cc78bdf3dd7ed883412bd22c2638214fe0ca3619.zip |
integrate new upstream endbr64 test code, remove os-specific reverts
Diffstat (limited to 'patches/asm/0005-Revert-aesni-endbr64.patch')
-rw-r--r-- | patches/asm/0005-Revert-aesni-endbr64.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/asm/0005-Revert-aesni-endbr64.patch b/patches/asm/0005-Revert-aesni-endbr64.patch deleted file mode 100644 index f2094e6..0000000 --- a/patches/asm/0005-Revert-aesni-endbr64.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | commit ac992937b461479b41f7f65e79646ef0a715f95d | ||
2 | Author: Brent Cook <busterb@gmail.com> | ||
3 | Date: Thu Nov 9 12:29:33 2023 -0600 | ||
4 | |||
5 | Revert "aesni_ctr32_encrypt_blocks() is called indirectly from C code, so it" | ||
6 | |||
7 | This reverts commit 52f96c842e82486510ffc2513e71323b70242f28. | ||
8 | |||
9 | diff --git a/src/lib/libcrypto/aes/asm/aesni-x86_64.pl b/src/lib/libcrypto/aes/asm/aesni-x86_64.pl | ||
10 | index 07d40a84a..c261a3795 100644 | ||
11 | --- a/src/lib/libcrypto/aes/asm/aesni-x86_64.pl | ||
12 | +++ b/src/lib/libcrypto/aes/asm/aesni-x86_64.pl | ||
13 | @@ -1025,7 +1025,6 @@ $code.=<<___; | ||
14 | .type aesni_ctr32_encrypt_blocks,\@function,5 | ||
15 | .align 16 | ||
16 | aesni_ctr32_encrypt_blocks: | ||
17 | - endbr64 | ||
18 | lea (%rsp),%rax | ||
19 | push %rbp | ||
20 | sub \$$frame_size,%rsp | ||