Skip to content
Snippets Groups Projects
Commit 894dbae4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added stale boolean to the digest struct

parent 2c114258
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ struct digestdata {
char *cnonce;
char *realm;
int algo;
bool stale; /* set true for re-negotiation */
};
typedef enum {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment