mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:04:17 +03:00
http_digest: Added SSPI based clean-up code
This commit is contained in:
parent
3d6b865654
commit
21fa0d86b1
1 changed files with 2 additions and 1 deletions
|
|
@ -346,7 +346,8 @@ CURLcode Curl_sasl_create_digest_http_message(struct SessionHandle *data,
|
|||
*/
|
||||
void Curl_sasl_digest_cleanup(struct digestdata *digest)
|
||||
{
|
||||
(void) digest;
|
||||
/* Free the input token */
|
||||
Curl_safefree(digest->input_token);
|
||||
}
|
||||
#endif /* !CURL_DISABLE_CRYPTO_AUTH */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue