Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-10-14 20:26:19 +0300
committerAdam Langley <alangley@gmail.com>2015-10-26 23:27:28 +0300
commit178a88c26f83a46e027bee21128d77404d7626b8 (patch)
tree96686a63ef6bd09fbf9dfeb71fe345efcfef3763 /crypto/sha
parentccf25177bd78c60a5a8bcfa975b3ad573574f59e (diff)
Synchronize sha512-x86_64.pl with upstream.
We missed 7eb9680ae1bf5dd9aeb61c401f2c3bd900ac9aeb. This is a no-op as we don't set shaext right now anyway. This also includes some cosmetic changes to minimize the diff with upstream. ("cosmetic". Upstream's perl doesn't like spaces.) Change-Id: I17fa663ddaa38c27854d4f59fb83960528d9ba78 Reviewed-on: https://boringssl-review.googlesource.com/6250 Reviewed-by: Adam Langley <alangley@gmail.com>
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/asm/sha512-x86_64.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl
index 6660a88b..653f7c04 100644
--- a/crypto/sha/asm/sha512-x86_64.pl
+++ b/crypto/sha/asm/sha512-x86_64.pl
@@ -2264,7 +2264,8 @@ $code.=<<___;
ret
.size se_handler,.-se_handler
___
-$code.=<<___ if ($SZ == 4 && $shaext);
+
+$code.=<<___ if ($SZ==4 && $shaext);
.type shaext_handler,\@abi-omnipotent
.align 16
shaext_handler:
@@ -2298,6 +2299,7 @@ shaext_handler:
jmp .Lin_prologue
.size shaext_handler,.-shaext_handler
___
+
$code.=<<___;
.section .pdata
.align 4
@@ -2305,7 +2307,7 @@ $code.=<<___;
.rva .LSEH_end_$func
.rva .LSEH_info_$func
___
-$code.=<<___ if ($SZ==4 && $shext);
+$code.=<<___ if ($SZ==4 && $shaext);
.rva .LSEH_begin_${func}_shaext
.rva .LSEH_end_${func}_shaext
.rva .LSEH_info_${func}_shaext