Home
last modified time | relevance | path

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

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