diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-28 00:00:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-29 23:28:49 +0200 |
commit | 93fafb93dbd3a5c27ef9a497256df86f9a6670f8 (patch) | |
tree | 55bf8c832fb343bc24ccfce998186ad018f9d367 /lib/version.c | |
parent | 96a617b140ceb310b745b922252f42213a2100ea (diff) | |
download | curl-93fafb93dbd3a5c27ef9a497256df86f9a6670f8.tar.gz |
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
Considered experimental and therefore we can do this.
Closes #5157
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/version.c b/lib/version.c index ed5592a26..ac7730203 100644 --- a/lib/version.c +++ b/lib/version.c @@ -387,9 +387,6 @@ static curl_version_info_data version_info = { #if defined(USE_ALTSVC) | CURL_VERSION_ALTSVC #endif -#ifdef USE_ESNI - | CURL_VERSION_ESNI -#endif , NULL, /* ssl_version */ 0, /* ssl_version_num, this is kept at zero */ |