| Index: third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
|
| diff --git a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
|
| similarity index 99%
|
| rename from third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
|
| rename to third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
|
| index ac6559e07454f6bc5a44ed67e39447cd4a8c4128..7699b541a6e3e53c8bb0d9dc252e73232909c1c4 100644
|
| --- a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
|
| +++ b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
|
| @@ -7,7 +7,8 @@
|
|
|
| .p2align 4
|
| _sha256_block_data_order:
|
| - leaq _OPENSSL_ia32cap_P(%rip),%r11
|
| + leaq _OPENSSL_ia32cap_addr(%rip),%r11
|
| + movq (%r11),%r11
|
| movl 0(%r11),%r9d
|
| movl 4(%r11),%r10d
|
| movl 8(%r11),%r11d
|
| @@ -43,6 +44,7 @@ L$prologue:
|
| movl 20(%rdi),%r9d
|
| movl 24(%rdi),%r10d
|
| movl 28(%rdi),%r11d
|
| +
|
| jmp L$loop
|
|
|
| .p2align 4
|
|
|