mirror of
https://github.com/curl/curl.git
synced 2026-07-15 18:57:16 +03:00
parent
72646c2e48
commit
fe7590f729
11 changed files with 950 additions and 9 deletions
|
|
@ -2076,7 +2076,8 @@ typedef enum {
|
|||
CURLSSLBACKEND_CYASSL = 7,
|
||||
CURLSSLBACKEND_SCHANNEL = 8,
|
||||
CURLSSLBACKEND_DARWINSSL = 9,
|
||||
CURLSSLBACKEND_AXTLS = 10
|
||||
CURLSSLBACKEND_AXTLS = 10,
|
||||
CURLSSLBACKEND_MBEDTLS = 11
|
||||
} curl_sslbackend;
|
||||
|
||||
/* Information about the SSL library used and the respective internal SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue