aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-04 23:53:06 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-06 09:48:15 +0200
commit3992e8c0235f374d0582060e768480f0596ab77f (patch)
treeb2fa71fe196172af7bbee440ccb69a1b644b7aa4 /crypto
parent284116575d375729e672256cb2b754e8362c5bce (diff)
downloadopenssl-3992e8c0235f374d0582060e768480f0596ab77f.zip
openssl-3992e8c0235f374d0582060e768480f0596ab77f.tar.gz
openssl-3992e8c0235f374d0582060e768480f0596ab77f.tar.bz2
poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.
We don't need it, but external users might find it handy. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/poly1305/asm/poly1305-x86_64.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/poly1305/asm/poly1305-x86_64.pl b/crypto/poly1305/asm/poly1305-x86_64.pl
index 89acc5f..3099556 100755
--- a/crypto/poly1305/asm/poly1305-x86_64.pl
+++ b/crypto/poly1305/asm/poly1305-x86_64.pl
@@ -130,8 +130,12 @@ $code.=<<___;
.extern OPENSSL_ia32cap_P
.globl poly1305_init
+.hidden poly1305_init
.globl poly1305_blocks
+.hidden poly1305_blocks
.globl poly1305_emit
+.hidden poly1305_emit
+
.type poly1305_init,\@function,3
.align 32
poly1305_init: