diff options
Diffstat (limited to 'src/easyopt.c')
-rw-r--r-- | src/easyopt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/easyopt.c b/src/easyopt.c index 9bed04c..bfc16f4 100644 --- a/src/easyopt.c +++ b/src/easyopt.c @@ -324,6 +324,9 @@ do_curl_setopt_string_impl(CurlObject *self, int option, PyObject *obj) #if LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 62, 0) case CURLOPT_DOH_URL: #endif +#if LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 75, 0) + case CURLOPT_AWS_SIGV4: +#endif case CURLOPT_KRBLEVEL: str = PyText_AsString_NoNUL(obj, &encoded_obj); if (str == NULL) |