diff options
author | Niall <Niall.oReilly@ucd.ie> | 2019-06-04 15:53:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-02 12:33:08 +0200 |
commit | 0f48055c40e3a10da6a535ce70407b25ea7fe855 (patch) | |
tree | 5b6d3782e4a2d56c5285fae17dfd6d4c47710d16 /src/tool_help.c | |
parent | 475324b272f3112c64b696871d7775cfdf32b45f (diff) | |
download | curl-0f48055c40e3a10da6a535ce70407b25ea7fe855.tar.gz |
ESNI: initial build/setup
Closes #4011
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 271439053..ea78821f6 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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) |