mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
parent
95e94c64fb
commit
9b879160df
17 changed files with 1049 additions and 14 deletions
|
|
@ -154,7 +154,8 @@ typedef enum {
|
|||
CURLSSLBACKEND_SECURETRANSPORT = 9,
|
||||
CURLSSLBACKEND_AXTLS = 10, /* never used since 7.63.0 */
|
||||
CURLSSLBACKEND_MBEDTLS = 11,
|
||||
CURLSSLBACKEND_MESALINK = 12
|
||||
CURLSSLBACKEND_MESALINK = 12,
|
||||
CURLSSLBACKEND_BEARSSL = 13
|
||||
} curl_sslbackend;
|
||||
|
||||
/* aliases for library clones and renames */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue