Skip to content

Commit 12909fd

Browse files
committed
Add. missing options
1 parent a4338b2 commit 12909fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lcopteasy.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,12 @@ OPT_ENTRY(dns_shuffle_addresses, DNS_SHUFFLE_ADDRESSES, LNG, 0, LCURL_DEFAULT_VA
444444
OPT_ENTRY(haproxyprotocol, HAPROXYPROTOCOL, LNG, 0, LCURL_DEFAULT_VALUE)
445445
#endif
446446

447+
#if LCURL_CURL_VER_GE(7,61,0)
448+
OPT_ENTRY(disallow_username_in_url, DISALLOW_USERNAME_IN_URL, LNG, 0, LCURL_DEFAULT_VALUE)
449+
OPT_ENTRY(proxy_tls13_ciphers, PROXY_TLS13_CIPHERS, STR, 0, LCURL_DEFAULT_VALUE)
450+
OPT_ENTRY(tls13_ciphers, TLS13_CIPHERS, STR, 0, LCURL_DEFAULT_VALUE)
451+
#endif
452+
447453
//{ Restore system macros
448454

449455
#ifdef LCURL__TCP_FASTOPEN

0 commit comments

Comments
 (0)