aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent96a617b140ceb310b745b922252f42213a2100ea (diff)
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
Considered experimental and therefore we can do this. Closes #5157
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 716024753..17f07b09f 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2818,8 +2818,6 @@ typedef struct {
#define CURL_VERSION_ALTSVC (1<<24) /* Alt-Svc handling built-in */
#define CURL_VERSION_HTTP3 (1<<25) /* HTTP3 support built-in */
-#define CURL_VERSION_ESNI (1<<26) /* ESNI support */
-
/*
* NAME curl_version_info()
*