Commit e863d920 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent ea09088e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment