mirror of
https://github.com/curl/curl.git
synced 2026-05-01 14:58:08 +03:00
tool_operate: Fix setting proxy TLS 1.3 ciphers
This commit is contained in:
parent
e2ef8d6fa1
commit
705cc899e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
my_setopt_str(curl, CURLOPT_TLS13_CIPHERS, config->cipher13_list);
|
||||
|
||||
if(config->proxy_cipher13_list)
|
||||
my_setopt_str(curl, CURLOPT_PROXY_SSL_CIPHER_LIST,
|
||||
my_setopt_str(curl, CURLOPT_PROXY_TLS13_CIPHERS,
|
||||
config->proxy_cipher13_list);
|
||||
|
||||
/* new in libcurl 7.9.2: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue