Don't include all symbols from static libraries when building a DSO
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 11:57:08 +0000 (12:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 14:50:03 +0000 (15:50 +0100)
commit35b3a61465a2996839e9302257a65aee85d7ff91
treee0a363b83ba7ad589092fdafb04181b9abe79acb
parente80381e1a3309f5d4a783bcaa508a90187a48882
Don't include all symbols from static libraries when building a DSO

When building a DSO, there's no reason to include all symbols from
static libraries it happens to link with, whichever they may be.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.shared