summaryrefslogtreecommitdiff
path: root/win-x86_64/crypto/fipsmodule
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 /win-x86_64/crypto/fipsmodule
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 'win-x86_64/crypto/fipsmodule')
-rw-r--r--win-x86_64/crypto/fipsmodule/sha256-x86_64.asm1
-rw-r--r--win-x86_64/crypto/fipsmodule/sha512-x86_64.asm1
2 files changed, 0 insertions, 2 deletions
diff --git a/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm b/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
index 6edd06bd..6e3d1541 100644
--- a/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
+++ b/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
@@ -55,7 +55,6 @@ $L$prologue:
mov r9d,DWORD[20+rdi]
mov r10d,DWORD[24+rdi]
mov r11d,DWORD[28+rdi]
-
jmp NEAR $L$loop
ALIGN 16
diff --git a/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm b/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
index 5cc1d0b8..d0d7a43f 100644
--- a/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
+++ b/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
@@ -55,7 +55,6 @@ $L$prologue:
mov r9,QWORD[40+rdi]
mov r10,QWORD[48+rdi]
mov r11,QWORD[56+rdi]
-
jmp NEAR $L$loop
ALIGN 16