http_digest: Added required SSPI based variables to digest structure
This commit is contained in:
@@ -391,6 +391,9 @@ struct curl_ssl_session {
|
||||
|
||||
/* Struct used for Digest challenge-response authentication */
|
||||
struct digestdata {
|
||||
#if defined(USE_WINDOWS_SSPI)
|
||||
BYTE *input_token;
|
||||
#else
|
||||
char *nonce;
|
||||
char *cnonce;
|
||||
char *realm;
|
||||
@@ -400,6 +403,7 @@ struct digestdata {
|
||||
char *qop;
|
||||
char *algorithm;
|
||||
int nc; /* nounce count */
|
||||
#endif
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user