| Index: third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| diff --git a/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S b/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| index 646ee6b0b3d32cac2a8f28e1411a34617737ba13..4e5c0f3584dd61befb930d3030acfb7b012b3a25 100644
|
| --- a/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| +++ b/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| @@ -237,7 +237,6 @@ _chacha20_poly1305_open:
|
| .cfi_offset r13, -40
|
| .cfi_offset r14, -48
|
| .cfi_offset r15, -56
|
| -.cfi_offset %r9, -64
|
| leaq 32(%rsp),%rbp
|
| andq $-32,%rbp
|
| movq %rdx,8+32(%rbp)
|
| @@ -2119,7 +2118,6 @@ _chacha20_poly1305_seal:
|
| .cfi_offset r13, -40
|
| .cfi_offset r14, -48
|
| .cfi_offset r15, -56
|
| -.cfi_offset %r9, -64
|
| leaq 32(%rsp),%rbp
|
| andq $-32,%rbp
|
| movq %rdx,8+32(%rbp)
|
|
|