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

http, vauth: always provide Curl_allow_auth_to_host() functionality #9600

Closed
wants to merge 1 commit into from

Commits on Sep 26, 2022

  1. http, vauth: always provide Curl_allow_auth_to_host() functionality

    This function is currently located in the lib/http.c module and is
    therefore disabled by the CURL_DISABLE_HTTP conditional token.
    
    As it may be called by TLS backends, disabling HTTP results in an
    undefined reference error at link time.
    
    Move this function to vauth/vauth.c to always provide it and rename it
    as Curl_auth_allowed_to_host() to respect the vauth module naming
    convention.
    monnerat committed Sep 26, 2022
    Copy the full SHA
    f0f8de7 View commit details
    Browse the repository at this point in the history