mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
auth: Rename the various authentication clean up functions
For consistency and to a avoid confusion. Closes #3869
This commit is contained in:
parent
4d8461ae8a
commit
52dfab65d6
18 changed files with 54 additions and 53 deletions
|
|
@ -35,7 +35,7 @@ CURLcode Curl_output_digest(struct connectdata *conn,
|
|||
const unsigned char *request,
|
||||
const unsigned char *uripath);
|
||||
|
||||
void Curl_digest_cleanup(struct Curl_easy *data);
|
||||
void Curl_http_auth_cleanup_digest(struct Curl_easy *data);
|
||||
|
||||
#endif /* !CURL_DISABLE_HTTP && !CURL_DISABLE_CRYPTO_AUTH */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue