summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2018-08-31 19:40:55 -0400
committerJay Satiro <raysatiro@yahoo.com>2018-08-31 19:40:55 -0400
commit705cc899e3b5dc3fbc194975ca7b8909b8dc8be1 (patch)
tree376ce8071e1f58a4ca4f6ab67d02854ce5c126f0
parente2ef8d6fa11b2345e10b89db525920f2a0d5fd79 (diff)
downloadcurl-705cc899e3b5dc3fbc194975ca7b8909b8dc8be1.tar.gz
tool_operate: Fix setting proxy TLS 1.3 ciphers
-rw-r--r--src/tool_operate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c
index 25d450c86..630a84d92 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: */