mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:57:33 +03:00
axTLS: not considered fit for use
URL: https://curl.haxx.se/mail/lib-2018-06/0000.html This is step one. It adds #error statements that require source edits to make curl build again if asked to use axTLS. At a later stage we might remove the axTLS specific code completely. Closes #2628
This commit is contained in:
parent
aca1aba0bd
commit
9f89cd5ae4
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
|||
#include "curl_setup.h"
|
||||
|
||||
#ifdef USE_AXTLS
|
||||
|
||||
#error axTLS support has been disabled in curl due to doubts about quaility,
|
||||
#error user dedication and a lack of use/testing. We urge users to consider
|
||||
#error using a more established TLS backend instead.
|
||||
|
||||
#include <axTLS/config.h>
|
||||
#include <axTLS/ssl.h>
|
||||
#include "axtls.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue