[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Fri May 6 07:48:30 UTC 2016


The branch master has been updated
       via  3992e8c0235f374d0582060e768480f0596ab77f (commit)
      from  284116575d375729e672256cb2b754e8362c5bce (commit)


- Log -----------------------------------------------------------------
commit 3992e8c0235f374d0582060e768480f0596ab77f
Author: Andy Polyakov <appro at openssl.org>
Date:   Wed May 4 23:53:06 2016 +0200

    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 at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/poly1305/asm/poly1305-x86_64.pl | 4 ++++
 1 file changed, 4 insertions(+)

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:


More information about the openssl-commits mailing list