From 084404b8abccd57f2dff95b1be601f287c1aec57 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Aug 2019 11:17:02 +0200 Subject: CURLOPT_H3: removed There's no use for this anymore and it was never in a release. Closes #4206 --- include/curl/curl.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 7b02846b4..9429355a9 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -920,8 +920,6 @@ typedef enum { #define CURLPROTO_SMBS (1<<27) #define CURLPROTO_ALL (~0) /* enable everything */ -/* bitmask defines for CURLOPT_H3 */ - /* long may be 32 or 64 bits, but we should never depend on anything else but 32 */ #define CURLOPTTYPE_LONG 0 @@ -1924,11 +1922,8 @@ typedef enum { /* maximum age of a connection to consider it for reuse (in seconds) */ CINIT(MAXAGE_CONN, LONG, 288), - /* Bitmask to control HTTP/3 behavior. See CURLH3_* */ - CINIT(H3, LONG, 289), - /* SASL authorisation identity */ - CINIT(SASL_AUTHZID, STRINGPOINT, 290), + CINIT(SASL_AUTHZID, STRINGPOINT, 289), CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3