mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:43:31 +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
|
|
@ -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()
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue