mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
7cc2e8b349
Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>".
14 lines
116 B
Plaintext
14 lines
116 B
Plaintext
HIDDEN
|
|
{
|
|
local:
|
|
__*;
|
|
_rest*;
|
|
_save*;
|
|
};
|
|
|
|
CURL_@VERSIONED_FLAVOUR@4
|
|
{
|
|
global: curl_*;
|
|
local: *;
|
|
};
|