mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
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:
parent
96a617b140
commit
93fafb93db
4 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue