mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added stale boolean to the digest struct
This commit is contained in:
parent
2c11425868
commit
894dbae455
@ -173,6 +173,7 @@ struct digestdata {
|
||||
char *cnonce;
|
||||
char *realm;
|
||||
int algo;
|
||||
bool stale; /* set true for re-negotiation */
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user