mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
ssl: generalize how the ssl backend identifier is set
Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS one which was missing previously.
This commit is contained in:
parent
028a408d57
commit
a439e438f3
15 changed files with 33 additions and 15 deletions
|
|
@ -2033,7 +2033,8 @@ typedef enum {
|
|||
CURLSSLBACKEND_POLARSSL = 6,
|
||||
CURLSSLBACKEND_CYASSL = 7,
|
||||
CURLSSLBACKEND_SCHANNEL = 8,
|
||||
CURLSSLBACKEND_DARWINSSL = 9
|
||||
CURLSSLBACKEND_DARWINSSL = 9,
|
||||
CURLSSLBACKEND_AXTLS = 10
|
||||
} curl_sslbackend;
|
||||
|
||||
/* Information about the SSL library used and the respective internal SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue