K 10 svn:author V 4 jkim K 8 svn:date V 27 2017-11-02T18:20:05.855096Z K 7 svn:log V 402 MFC: r316607 (andrew) Fix linking with lld by marking OPENSSL_armcap_P as hidden. Linking with lld fails as it contains a relative address, however the data this address is for may be relocated from the shared object to the main executable. Fix this by adding the hidden attribute. This stops moving this value to the main executable. It seems this is implicit upstream as it uses a version script. END