I need to create a wrapper library which needs to use a different version of OpenSSL (BoringSSL), for reasons provided at "Wrapper Shared Objects" at [1].
The problem is that --exclude-libs is not available with clang for OS X, thus the symbols get exported which I must avoid.
What options do I have to workaround this, e.g. stripping symbols after the library has been built?