The branch master has been updated via 3992e8c0235f374d0582060e768480f0596ab77f (commit) from 284116575d375729e672256cb2b754e8362c5bce (commit)
- Log ----------------------------------------------------------------- commit 3992e8c0235f374d0582060e768480f0596ab77f Author: Andy Polyakov <ap...@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 <levi...@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: _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits