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

@ -2818,8 +2818,6 @@ typedef struct {
#define CURL_VERSION_ALTSVC (1<<24) /* Alt-Svc handling built-in */
#define CURL_VERSION_HTTP3 (1<<25) /* HTTP3 support built-in */
#define CURL_VERSION_ESNI (1<<26) /* ESNI support */
/*
* NAME curl_version_info()
*