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:
Diffstat (limited to 'crypto/sha/asm/sha512-x86_64.pl')
-rw-r--r--crypto/sha/asm/sha512-x86_64.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl
index 6660a88b..93f0c9c2 100644
--- a/crypto/sha/asm/sha512-x86_64.pl
+++ b/crypto/sha/asm/sha512-x86_64.pl
@@ -258,6 +258,7 @@ $code=<<___;
.extern OPENSSL_ia32cap_P
.globl $func
.type $func,\@function,3
+.hidden $func
.align 16
$func:
___