mirror of
https://github.com/curl/curl.git
synced 2026-06-27 12:45:37 +03:00
added stale boolean to the digest struct
This commit is contained in:
parent
2c11425868
commit
894dbae455
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ struct digestdata {
|
|||
char *cnonce;
|
||||
char *realm;
|
||||
int algo;
|
||||
bool stale; /* set true for re-negotiation */
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue