aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-28 00:00:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-29 23:28:49 +0200
commit93fafb93dbd3a5c27ef9a497256df86f9a6670f8 (patch)
tree55bf8c832fb343bc24ccfce998186ad018f9d367 /src
parent96a617b140ceb310b745b922252f42213a2100ea (diff)
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
Considered experimental and therefore we can do this. Closes #5157
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 822f396a3..5afaf822e 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -552,7 +552,6 @@ static const struct feat feats[] = {
{"MultiSSL", CURL_VERSION_MULTI_SSL},
{"PSL", CURL_VERSION_PSL},
{"alt-svc", CURL_VERSION_ALTSVC},
- {"ESNI", CURL_VERSION_ESNI},
};
void tool_help(void)