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:
authorAdam Langley <agl@chromium.org>2014-07-25 04:53:21 +0400
committerAdam Langley <agl@chromium.org>2014-07-29 04:05:13 +0400
commitd33cbb583e211b802d94ce91ee26e003625a5c9a (patch)
treeff1b902cc84db034ddc020d4fdb3f3c89b8b2268 /crypto/sha
parent7578f3f0dea091a3392f0be3216989bdc7355ad2 (diff)
sha512-x86_64.pl: fix linking problem under Windows.
(Imported from upstream's daa96141d31dbe6a6fadc6afc7cf9d1284d9bdd8) Change-Id: Ibc55db0909585c6472b92af519ffbe717b79c90c
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/asm/sha512-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl
index 23456f08..5a7c5acd 100644
--- a/crypto/sha/asm/sha512-x86_64.pl
+++ b/crypto/sha/asm/sha512-x86_64.pl
@@ -2263,7 +2263,7 @@ $code.=<<___;
ret
.size se_handler,.-se_handler
___
-$code.=<<___ if ($shaext);
+$code.=<<___ if ($SZ == 4 && $shaext);
.type shaext_handler,\@abi-omnipotent
.align 16
shaext_handler: