From e863d92010f250164d0f90cb61e51e3d9429942a Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 14 Dec 2015 09:22:58 +0000 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3