diff options
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |