vtls: remove QsoSSL

This commit is contained in:
Patrick Monnerat 2014-10-13 16:33:47 +02:00
parent ec8330b21d
commit 265b9a2e49
27 changed files with 33 additions and 764 deletions

View file

@ -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,