diff options
Diffstat (limited to 'src/lib/libcrypto/sha/asm/sha1-x86_64.pl')
-rwxr-xr-x | src/lib/libcrypto/sha/asm/sha1-x86_64.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-x86_64.pl b/src/lib/libcrypto/sha/asm/sha1-x86_64.pl index e15ff47f88..e080251df4 100755 --- a/src/lib/libcrypto/sha/asm/sha1-x86_64.pl +++ b/src/lib/libcrypto/sha/asm/sha1-x86_64.pl | |||
@@ -222,7 +222,7 @@ $code.=<<___; | |||
222 | .type sha1_block_data_order,\@function,3 | 222 | .type sha1_block_data_order,\@function,3 |
223 | .align 16 | 223 | .align 16 |
224 | sha1_block_data_order: | 224 | sha1_block_data_order: |
225 | endbr64 | 225 | _CET_ENDBR |
226 | mov OPENSSL_ia32cap_P+0(%rip),%r9d | 226 | mov OPENSSL_ia32cap_P+0(%rip),%r9d |
227 | mov OPENSSL_ia32cap_P+4(%rip),%r8d | 227 | mov OPENSSL_ia32cap_P+4(%rip),%r8d |
228 | test \$IA32CAP_MASK1_SSSE3,%r8d # check SSSE3 bit | 228 | test \$IA32CAP_MASK1_SSSE3,%r8d # check SSSE3 bit |
@@ -310,7 +310,7 @@ $code.=<<___; | |||
310 | .align 16 | 310 | .align 16 |
311 | sha1_block_data_order_ssse3: | 311 | sha1_block_data_order_ssse3: |
312 | _ssse3_shortcut: | 312 | _ssse3_shortcut: |
313 | endbr64 | 313 | _CET_ENDBR |
314 | push %rbx | 314 | push %rbx |
315 | push %rbp | 315 | push %rbp |
316 | push %r12 | 316 | push %r12 |
@@ -731,7 +731,7 @@ $code.=<<___; | |||
731 | .align 16 | 731 | .align 16 |
732 | sha1_block_data_order_avx: | 732 | sha1_block_data_order_avx: |
733 | _avx_shortcut: | 733 | _avx_shortcut: |
734 | endbr64 | 734 | _CET_ENDBR |
735 | push %rbx | 735 | push %rbx |
736 | push %rbp | 736 | push %rbp |
737 | push %r12 | 737 | push %r12 |
@@ -1102,7 +1102,7 @@ $code.=<<___; | |||
1102 | .type se_handler,\@abi-omnipotent | 1102 | .type se_handler,\@abi-omnipotent |
1103 | .align 16 | 1103 | .align 16 |
1104 | se_handler: | 1104 | se_handler: |
1105 | endbr64 | 1105 | _CET_ENDBR |
1106 | push %rsi | 1106 | push %rsi |
1107 | push %rdi | 1107 | push %rdi |
1108 | push %rbx | 1108 | push %rbx |