]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.h: mark CURLSSLBACKEND_NSS as deprecated since 8.3.0
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Sep 2023 07:34:36 +0000 (09:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Sep 2023 12:19:56 +0000 (14:19 +0200)
Closes #11905

include/curl/curl.h

index 898cbda8393825feb38d7d65a2a5af8125d0f65b..78901591c1959e7c77143681f17dd408918c8d5e 100644 (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,