curl.h: mark CURLSSLBACKEND_NSS as deprecated since 8.3.0

Closes #11905
This commit is contained in:
Daniel Stenberg 2023-09-21 09:34:36 +02:00
parent bc5502a7be
commit cb5ca39874
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -159,7 +159,7 @@ typedef enum {
CURLSSLBACKEND_NONE = 0,
CURLSSLBACKEND_OPENSSL = 1,
CURLSSLBACKEND_GNUTLS = 2,
CURLSSLBACKEND_NSS = 3,
CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3,
CURLSSLBACKEND_OBSOLETE4 = 4, /* Was QSOSSL. */
CURLSSLBACKEND_GSKIT CURL_DEPRECATED(8.3.0, "") = 5,
CURLSSLBACKEND_POLARSSL CURL_DEPRECATED(7.69.0, "") = 6,