curl.h: mark CURLSSLBACKEND_MESALINK as deprecated
Follow-up since 223f26c28a
Deprecated since 7.82.0
Closes #10189
This commit is contained in:
parent
afd0a12f8b
commit
fc9f22b46e
@ -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
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -167,7 +167,7 @@ typedef enum {
|
|||||||
CURLSSLBACKEND_SECURETRANSPORT = 9,
|
CURLSSLBACKEND_SECURETRANSPORT = 9,
|
||||||
CURLSSLBACKEND_AXTLS CURL_DEPRECATED(7.61.0, "") = 10,
|
CURLSSLBACKEND_AXTLS CURL_DEPRECATED(7.61.0, "") = 10,
|
||||||
CURLSSLBACKEND_MBEDTLS = 11,
|
CURLSSLBACKEND_MBEDTLS = 11,
|
||||||
CURLSSLBACKEND_MESALINK = 12,
|
CURLSSLBACKEND_MESALINK CURL_DEPRECATED(7.82.0, "") = 12,
|
||||||
CURLSSLBACKEND_BEARSSL = 13,
|
CURLSSLBACKEND_BEARSSL = 13,
|
||||||
CURLSSLBACKEND_RUSTLS = 14
|
CURLSSLBACKEND_RUSTLS = 14
|
||||||
} curl_sslbackend;
|
} curl_sslbackend;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user