From 93fafb93dbd3a5c27ef9a497256df86f9a6670f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Mar 2020 00:00:27 +0100 Subject: curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented Considered experimental and therefore we can do this. Closes #5157 --- src/tool_help.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3