]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.h: mark CURLSSLBACKEND_MESALINK as deprecated
authorDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jan 2023 11:05:08 +0000 (12:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jan 2023 14:42:20 +0000 (15:42 +0100)
Follow-up since 223f26c28a340b36

Deprecated since 7.82.0

Closes #10189

include/curl/curl.h

index 5758e3b21fb48b2fd3f6d6a1a38c554a58c4fef4..4e5f4d20fa4f1b5f2220a8851b9b197ceb490fab 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2023, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -167,7 +167,7 @@ typedef enum {
   CURLSSLBACKEND_SECURETRANSPORT = 9,
   CURLSSLBACKEND_AXTLS                  CURL_DEPRECATED(7.61.0, "") = 10,
   CURLSSLBACKEND_MBEDTLS = 11,
-  CURLSSLBACKEND_MESALINK = 12,
+  CURLSSLBACKEND_MESALINK               CURL_DEPRECATED(7.82.0, "") = 12,
   CURLSSLBACKEND_BEARSSL = 13,
   CURLSSLBACKEND_RUSTLS = 14
 } curl_sslbackend;