mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:23:40 +03:00
PolarSSL: deprecate support step 1. Removed from configure.
Also removed mentions from most docs. Discussed: https://curl.haxx.se/mail/lib-2019-05/0045.html Closes #3888
This commit is contained in:
parent
c9c4f7b547
commit
269f7df0ae
10 changed files with 47 additions and 125 deletions
|
|
@ -647,7 +647,7 @@ int netware_init(void);
|
|||
#define LIBIDN_REQUIRED_VERSION "0.4.1"
|
||||
|
||||
#if defined(USE_GNUTLS) || defined(USE_OPENSSL) || defined(USE_NSS) || \
|
||||
defined(USE_POLARSSL) || defined(USE_MBEDTLS) || \
|
||||
defined(USE_MBEDTLS) || \
|
||||
defined(USE_CYASSL) || defined(USE_SCHANNEL) || \
|
||||
defined(USE_SECTRANSP) || defined(USE_GSKIT) || defined(USE_MESALINK)
|
||||
#define USE_SSL /* SSL support has been enabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue