summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-28 00:00:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-29 23:28:49 +0200
commit93fafb93dbd3a5c27ef9a497256df86f9a6670f8 (patch)
tree55bf8c832fb343bc24ccfce998186ad018f9d367 /lib/version.c
parent96a617b140ceb310b745b922252f42213a2100ea (diff)
downloadcurl-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.c3
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 */