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
1 changed files with 1 additions and 0 deletions

View File

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