mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
vtls: remove QsoSSL
This commit is contained in:
parent
ec8330b21d
commit
265b9a2e49
27 changed files with 33 additions and 764 deletions
|
|
@ -2034,7 +2034,7 @@ typedef enum {
|
|||
CURLSSLBACKEND_OPENSSL = 1,
|
||||
CURLSSLBACKEND_GNUTLS = 2,
|
||||
CURLSSLBACKEND_NSS = 3,
|
||||
CURLSSLBACKEND_QSOSSL = 4,
|
||||
CURLSSLBACKEND_OBSOLETE4 = 4, /* Was QSOSSL. */
|
||||
CURLSSLBACKEND_GSKIT = 5,
|
||||
CURLSSLBACKEND_POLARSSL = 6,
|
||||
CURLSSLBACKEND_CYASSL = 7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue