From 894dbae455f131a63c879cfdacc8e532300c88ee Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Mar 2004 13:00:53 +0000 Subject: added stale boolean to the digest struct --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/urldata.h b/lib/urldata.h index a9a5d7f48..196c45f16 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -173,6 +173,7 @@ struct digestdata { char *cnonce; char *realm; int algo; + bool stale; /* set true for re-negotiation */ }; typedef enum { -- cgit v1.2.3