ESNI: initial build/setup

Closes #4011
This commit is contained in:
Niall 2019-06-04 15:53:02 +01:00 committed by Daniel Stenberg
parent 475324b272
commit 0f48055c40
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 220 additions and 1 deletions

View file

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