From: Daniel Stenberg Date: Tue, 30 Mar 2004 13:00:53 +0000 (+0000) Subject: added stale boolean to the digest struct X-Git-Tag: c-ares-1_2_0~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=894dbae455f131a63c879cfdacc8e532300c88ee;p=curl added stale boolean to the digest struct --- 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 {