From 52dfab65d6822d1281bb62ebc5c46cd2b7501487 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 11 May 2019 12:57:42 +0100 Subject: auth: Rename the various authentication clean up functions For consistency and to a avoid confusion. Closes #3869 --- lib/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 74d21ee63..4d8817906 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -963,7 +963,7 @@ void curl_easy_reset(struct Curl_easy *data) memset(&data->state.authproxy, 0, sizeof(struct auth)); #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_CRYPTO_AUTH) - Curl_digest_cleanup(data); + Curl_http_auth_cleanup_digest(data); #endif } -- cgit v1.2.3