summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-01 14:41:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-01 14:41:41 +0200
commit1e554b0df49bd14cb526c3f6f5f251786b0c092e (patch)
tree55578023f394f2667f7f698641d3d78965ec365e
parent571280678594c4ccfbfcad854c76e02d0e350809 (diff)
downloadcurl-bagder/axe-axTLS.tar.gz
axTLS: not considered fit for usebagder/axe-axTLS
URL: https://curl.haxx.se/mail/lib-2018-06/0000.html
-rw-r--r--lib/vtls/axtls.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c
index 5ed898b4f..9b4dbd590 100644
--- a/lib/vtls/axtls.c
+++ b/lib/vtls/axtls.c
@@ -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"