• M
    Don't export internal symbols · e863d920
    Matt Caswell 提交于
    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: NRichard Levitte <levitte@openssl.org>
    e863d920
mkdef.pl 52.3 KB