mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
http_aws_sigv4: cannot be used for proxy
Make sure it is never attempted. Reported-by: Philippe Antoine Closes #16569
This commit is contained in:
parent
34cbf95267
commit
c4cd0ae9ba
3 changed files with 5 additions and 7 deletions
|
|
@ -26,6 +26,6 @@
|
|||
#include "curl_setup.h"
|
||||
|
||||
/* this is for creating aws_sigv4 header output */
|
||||
CURLcode Curl_output_aws_sigv4(struct Curl_easy *data, bool proxy);
|
||||
CURLcode Curl_output_aws_sigv4(struct Curl_easy *data);
|
||||
|
||||
#endif /* HEADER_CURL_HTTP_AWS_SIGV4_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue