Dan Fandrich added the --disable-crypto-auth option to configure to allow

libcurl to build without Digest support. (I figure it should also explicitly
disable Negotiate and NTLM.)
This commit is contained in:
Daniel Stenberg
2004-11-12 09:18:14 +00:00
parent 1b02ad5e8a
commit 94043b1150
5 changed files with 36 additions and 5 deletions

View File

@@ -250,7 +250,9 @@ CURLcode Curl_close(struct SessionHandle *data)
}
Curl_share_unlock(data, CURL_LOCK_DATA_COOKIE);
#ifndef CURL_DISABLE_CRYPTO_AUTH
Curl_digest_cleanup(data);
#endif
#endif
/* free the connection cache */