mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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…
x
Reference in New Issue
Block a user