From: Jay Satiro Date: Fri, 31 Aug 2018 23:40:55 +0000 (-0400) Subject: tool_operate: Fix setting proxy TLS 1.3 ciphers X-Git-Tag: curl-7_61_1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=705cc899e3b5dc3fbc194975ca7b8909b8dc8be1;p=thirdparty%2Fcurl.git tool_operate: Fix setting proxy TLS 1.3 ciphers --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 25d450c868..630a84d92e 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -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: */