Newer
Older
/*
* Copyright © 2021 Collabora Ltd.
* SPDX-License-Identifier: MIT
*
* GNU version script providing an ABI that exports both the
* ABI of libcurl.so.* in Debian prior to 2018, and the upstream equivalent.
*/
CURL_OPENSSL_3 {
global:
curl_*;
};
CURL_OPENSSL_4 {
global:
curl_*;
};