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

@ -366,6 +366,9 @@ static curl_version_info_data version_info = {
#endif
#if defined(USE_ALTSVC)
| CURL_VERSION_ALTSVC
#endif
#ifdef USE_ESNI
| CURL_VERSION_ESNI
#endif
,
NULL, /* ssl_version */