| Index: third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| diff --git a/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S b/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| index ca825dc9d1c5cc663582b376ec889b80535c23ee..241d7d0207f29ee08aa6c1b421f6030387b8d571 100644
|
| --- a/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| +++ b/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
|
| @@ -238,7 +238,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)
|
| @@ -2120,7 +2119,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)
|
|
|