[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Andy Polyakov
appro at openssl.org
Tue Jun 14 17:45:18 UTC 2016
The branch OpenSSL_1_0_2-stable has been updated
via 32957936b54c5c07b8e7d6eeeca54705ffe93ace (commit)
from dd8a1f2016d9d307e3bf017b20e4c08beadd5ee1 (commit)
- Log -----------------------------------------------------------------
commit 32957936b54c5c07b8e7d6eeeca54705ffe93ace
Author: Andy Polyakov <appro at openssl.org>
Date: Mon Jun 13 23:30:08 2016 +0200
crypto/sparccpuid.S: limit symbol visibility.
Couple of never-used symbols were clasing with FIPS module, "weakening"
them allows to resolve linking errors.
RT#3699
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/sparccpuid.S | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto/sparccpuid.S b/crypto/sparccpuid.S
index 7b12ec2..51ba441 100644
--- a/crypto/sparccpuid.S
+++ b/crypto/sparccpuid.S
@@ -429,6 +429,7 @@ OPENSSL_cleanse:
.size OPENSSL_cleanse,.-OPENSSL_cleanse
.global _sparcv9_vis1_instrument_bus
+.weak _sparcv9_vis1_instrument_bus
.align 8
_sparcv9_vis1_instrument_bus:
mov %o1,%o3 ! save cnt
@@ -467,6 +468,7 @@ _sparcv9_vis1_instrument_bus:
.size _sparcv9_vis1_instrument_bus,.-_sparcv9_vis1_instrument_bus
.global _sparcv9_vis1_instrument_bus2
+.weak _sparcv9_vis1_instrument_bus2
.align 8
_sparcv9_vis1_instrument_bus2:
mov %o1,%o3 ! save cnt
More information about the openssl-commits
mailing list