aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-14 09:22:58 +0000
committerMatt Caswell <matt@openssl.org>2015-12-15 16:46:48 +0000
commite863d92010f250164d0f90cb61e51e3d9429942a (patch)
treec8689ff6c2e165a3df90f96736ef87242872b024 /.gitignore
parentea09088e172dd0564ec5df64c56d1c402d3679a2 (diff)
downloadopenssl-e863d92010f250164d0f90cb61e51e3d9429942a.tar.gz
Don't export internal symbols
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f5b0878b8..8178a2214b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,6 +82,8 @@ tags
TAGS
cscope.out
*.d
+crypto.map
+ssl.map
# Windows
/tmp32