vtls: add a MesaLink vtls backend

Closes #2984
This commit is contained in:
Yiming Jing 2018-09-10 13:08:21 -07:00 committed by Daniel Stenberg
parent 31ba404a9c
commit 57348eb97d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 666 additions and 1 deletions

View file

@ -645,7 +645,7 @@ int netware_init(void);
#if defined(USE_GNUTLS) || defined(USE_OPENSSL) || defined(USE_NSS) || \
defined(USE_POLARSSL) || defined(USE_AXTLS) || defined(USE_MBEDTLS) || \
defined(USE_CYASSL) || defined(USE_SCHANNEL) || \
defined(USE_DARWINSSL) || defined(USE_GSKIT)
defined(USE_DARWINSSL) || defined(USE_GSKIT) || defined(USE_MESALINK)
#define USE_SSL /* SSL support has been enabled */
#endif