added stale boolean to the digest struct
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 13:00:53 +0000 (13:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 13:00:53 +0000 (13:00 +0000)
lib/urldata.h

index a9a5d7f..196c45f 100644 (file)
@@ -173,6 +173,7 @@ struct digestdata {
   char *cnonce;
   char *realm;
   int algo;
+  bool stale; /* set true for re-negotiation */
 };
 
 typedef enum {