summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-11 09:39:37 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-11 20:47:33 +0100
commit4ef29667abafae1726269fa1b4397443792d0326 (patch)
tree6e0ef9d72470e267dde80e6a1c2e5d662db48ed7 /crypto/poly1305
parenta85dbf115c34dfd0eaee7d73d7271f3673fd2286 (diff)
poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/poly1305')
-rwxr-xr-xcrypto/poly1305/asm/poly1305-x86_64.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/poly1305/asm/poly1305-x86_64.pl b/crypto/poly1305/asm/poly1305-x86_64.pl
index 6fc5f719b4..b827d24b1a 100755
--- a/crypto/poly1305/asm/poly1305-x86_64.pl
+++ b/crypto/poly1305/asm/poly1305-x86_64.pl
@@ -129,6 +129,8 @@ $code.=<<___;
.extern OPENSSL_ia32cap_P
.globl poly1305_init
+.globl poly1305_blocks
+.globl poly1305_emit
.type poly1305_init,\@function,3
.align 32
poly1305_init:
@@ -172,7 +174,6 @@ $code.=<<___;
ret
.size poly1305_init,.-poly1305_init
-.globl poly1305_blocks
.type poly1305_blocks,\@function,4
.align 32
poly1305_blocks:
@@ -232,7 +233,6 @@ $code.=<<___;
ret
.size poly1305_blocks,.-poly1305_blocks
-.globl poly1305_emit
.type poly1305_emit,\@function,3
.align 32
poly1305_emit: