summaryrefslogtreecommitdiff
path: root/include/curl/typecheck-gcc.h
diff options
context:
space:
mode:
authorMatthias Gatto <matthias.gatto@outscale.com>2020-01-21 17:33:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-21 16:28:03 +0100
commiteb69797766a36e56c07c2fc4cfe064b60cdeebc0 (patch)
tree2eb7d245b02c8846685be37f93caaf718ad90899 /include/curl/typecheck-gcc.h
parent08e8455dddc5e48e58a12ade3815c01ae3da3b64 (diff)
downloadcurl-eb69797766a36e56c07c2fc4cfe064b60cdeebc0.tar.gz
http: Make the call to v4 signature
This patch allow to call the v4 signature introduce in previous commit Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Diffstat (limited to 'include/curl/typecheck-gcc.h')
-rw-r--r--include/curl/typecheck-gcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h
index 6d84150dc..230f4c106 100644
--- a/include/curl/typecheck-gcc.h
+++ b/include/curl/typecheck-gcc.h
@@ -334,6 +334,7 @@ CURLWARNING(_curl_easy_getinfo_err_curl_off_t,
(option) == CURLOPT_URL || \
(option) == CURLOPT_USERAGENT || \
(option) == CURLOPT_USERNAME || \
+ (option) == CURLOPT_AWS_SIGV4 || \
(option) == CURLOPT_USERPWD || \
(option) == CURLOPT_XOAUTH2_BEARER || \
(option) == CURLOPT_SSL_EC_CURVES || \