crypto/sparccpuid.S: limit symbol visibility.
authorAndy Polyakov <appro@openssl.org>
Mon, 13 Jun 2016 21:30:08 +0000 (23:30 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 14 Jun 2016 17:44:56 +0000 (19:44 +0200)
commit32957936b54c5c07b8e7d6eeeca54705ffe93ace
treed9ff2148d398407876560810b740399c8d465282
parentdd8a1f2016d9d307e3bf017b20e4c08beadd5ee1
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@openssl.org>
crypto/sparccpuid.S