summaryrefslogtreecommitdiff
path: root/src/easyopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/easyopt.c')
-rw-r--r--src/easyopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/easyopt.c b/src/easyopt.c
index e3da86b..faa0649 100644
--- a/src/easyopt.c
+++ b/src/easyopt.c
@@ -314,6 +314,10 @@ do_curl_setopt_string_impl(CurlObject *self, int option, PyObject *obj)
case CURLOPT_PROXY_SSLKEY:
case CURLOPT_PROXY_SSLKEYTYPE:
#endif
+#if LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 61, 0)
+ case CURLOPT_TLS13_CIPHERS:
+ case CURLOPT_PROXY_TLS13_CIPHERS:
+#endif
#if LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 62, 0)
case CURLOPT_DOH_URL:
#endif