summaryrefslogtreecommitdiff
path: root/linux-x86_64
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-08-07 09:03:39 -0700
committerRobert Sloan <varomodt@google.com>2017-08-07 09:05:18 -0700
commitfe7cd2122ef131c19c9db15672594fd4f0232496 (patch)
tree5767e1d34655e6208282919746d8e936fb6ac1f7 /linux-x86_64
parentb6d070c5081ba0ca11545eb50870817d6d72d926 (diff)
downloadboringssl-fe7cd2122ef131c19c9db15672594fd4f0232496.tar.gz
external/boringssl: Sync to 9bbdf5832de8a2d395303c669b594fc61c791f4d.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/c642aca28feb7e18f244658559f4042286aed0c8..9bbdf5832de8a2d395303c669b594fc61c791f4d Test: BoringSSL CTS Presubmits. Change-Id: Ieb6fcfee99c4cc496b2f6e1d3e6597784bd80189
Diffstat (limited to 'linux-x86_64')
-rw-r--r--linux-x86_64/crypto/fipsmodule/sha256-x86_64.S1
-rw-r--r--linux-x86_64/crypto/fipsmodule/sha512-x86_64.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S b/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
index c1a62562..62534be4 100644
--- a/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
+++ b/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
@@ -44,7 +44,6 @@ sha256_block_data_order:
movl 20(%rdi),%r9d
movl 24(%rdi),%r10d
movl 28(%rdi),%r11d
-
jmp .Lloop
.align 16
diff --git a/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S b/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
index 7ac6f948..1f1793bb 100644
--- a/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
+++ b/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
@@ -44,7 +44,6 @@ sha512_block_data_order:
movq 40(%rdi),%r9
movq 48(%rdi),%r10
movq 56(%rdi),%r11
-
jmp .Lloop
.align 16