curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented

Considered experimental and therefore we can do this.

Closes #5157
This commit is contained in:
Daniel Stenberg 2020-03-28 00:00:27 +01:00
parent 96a617b140
commit 93fafb93db
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 0 additions and 7 deletions

View file

@ -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)