1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_operate: Fix setting proxy TLS 1.3 ciphers

This commit is contained in:
Jay Satiro 2018-08-31 19:40:55 -04:00
parent e2ef8d6fa1
commit 705cc899e3

View File

@ -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: */