Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile failure with CURL_DISABLE_HTTP_AUTH #6567

Closed
bnason-nf opened this issue Feb 4, 2021 · 1 comment
Closed

Compile failure with CURL_DISABLE_HTTP_AUTH #6567

bnason-nf opened this issue Feb 4, 2021 · 1 comment
Labels

Comments

@bnason-nf
Copy link
Contributor

Hi,

When compiling curl-7_75_0 with CURL_DISABLE_HTTP_AUTH set, http.c has an error. It looks like this is because the signature of the Curl_http_output_auth() function was changed in commit 215db08 for the #ifndef CURL_DISABLE_HTTP_AUTH case, but not for the #else case.

Thanks,
Benbuck

@jay jay closed this as completed in 98577e4 Feb 4, 2021
@jay jay added the build label Feb 4, 2021
@jay
Copy link
Member

jay commented Feb 4, 2021

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants