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 /docs | |
parent | 96a617b140ceb310b745b922252f42213a2100ea (diff) |
curl.h: remnove CURL_VERSION_ESNI. Never supported nor documented
Considered experimental and therefore we can do this.
Closes #5157
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index ee8413839..c2ed53880 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -938,7 +938,6 @@ CURL_VERSION_BROTLI 7.57.0 CURL_VERSION_CONV 7.15.4 CURL_VERSION_CURLDEBUG 7.19.6 CURL_VERSION_DEBUG 7.10.6 -CURL_VERSION_ESNI 7.67.0 CURL_VERSION_GSSAPI 7.38.0 CURL_VERSION_GSSNEGOTIATE 7.10.6 7.38.0 CURL_VERSION_HTTP2 7.33.0 |