+2
−0
+12
−1
+3
−2
+4741
−4741
File changed.
Preview size limit exceeded, changes collapsed.
Loading
WARNING! GitLab maintenance operation scheduled for this Friday between 14:00 and 19:00 (CET). During this time window, GitLab will be unavailable, and any data entered during this period may be lost. 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.