Home
last modified time | relevance | path

Searched refs:have_chlg (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dhttp_digest.c81 bool have_chlg; in Curl_output_digest() local
120 have_chlg = digest->input_token ? TRUE : FALSE; in Curl_output_digest()
122 have_chlg = digest->nonce ? TRUE : FALSE; in Curl_output_digest()
125 if(!have_chlg) { in Curl_output_digest()