]> granicus.if.org Git - curl/commit
http_digest: Use CURLcode instead of CURLdigest
authorSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 12:05:34 +0000 (12:05 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 12:13:47 +0000 (12:13 +0000)
commitefe4bab29ba9539816cf1ba660d24d00f35e9b28
treecbf7a0aa5b3de4c5052df3819e4e810b2647ef5f
parent54c8728cd70e1275f65fcbbf0a738bb11f3a154f
http_digest: Use CURLcode instead of CURLdigest

To provide consistent behaviour between the various HTTP authentication
functions use CURLcode based error codes for Curl_input_digest()
especially as the calling code doesn't use the specific error code just
that it failed.
lib/http.c
lib/http_digest.c
lib/http_digest.h