+2
−0
+12
−1
+3
−2
+4741
−4741
File changed.
Preview size limit exceeded, changes collapsed.
Loading
WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
On Linux when creating the .so file we were exporting all symbols. We should
only be exporting public symbols. This commit fixes the issue. It is only
applicable to linux currently although the same technique may work for other
platforms (e.g. Solaris should work the same way).
This also adds symbol version information to our exported symbols.
Reviewed-by:
Richard Levitte <levitte@openssl.org>
File changed.
Preview size limit exceeded, changes collapsed.