added stale boolean to the digest struct
This commit is contained in:
@@ -173,6 +173,7 @@ struct digestdata {
|
||||
char *cnonce;
|
||||
char *realm;
|
||||
int algo;
|
||||
bool stale; /* set true for re-negotiation */
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user