From 93fafb93dbd3a5c27ef9a497256df86f9a6670f8 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
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
---
 lib/version.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'lib')

diff --git a/lib/version.c b/lib/version.c
index ed5592a26..ac7730203 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -386,9 +386,6 @@ static curl_version_info_data version_info = {
 #endif
 #if defined(USE_ALTSVC)
   | CURL_VERSION_ALTSVC
-#endif
-#ifdef USE_ESNI
-  | CURL_VERSION_ESNI
 #endif
   ,
   NULL, /* ssl_version */
-- 
cgit v1.2.3