1
0
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:
Daniel Stenberg 2004-03-30 13:00:53 +00:00
parent 2c11425868
commit 894dbae455

View File

@ -173,6 +173,7 @@ struct digestdata {
char *cnonce;
char *realm;
int algo;
bool stale; /* set true for re-negotiation */
};
typedef enum {