From 93fafb93dbd3a5c27ef9a497256df86f9a6670f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Mar 2020 00:00:27 +0100 Subject: curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented Considered experimental and therefore we can do this. Closes #5157 --- include/curl/curl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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() * -- cgit v1.2.3