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

@ -540,6 +540,7 @@ static const struct feat feats[] = {
{"MultiSSL", CURL_VERSION_MULTI_SSL},
{"PSL", CURL_VERSION_PSL},
{"alt-svc", CURL_VERSION_ALTSVC},
{"ESNI", CURL_VERSION_ESNI},
};
void tool_help(void)