mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
parent
475324b272
commit
0f48055c40
8 changed files with 220 additions and 1 deletions
|
|
@ -2800,6 +2800,8 @@ 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