From: Daniel Stenberg Date: Tue, 30 Mar 2004 13:00:53 +0000 (+0000) Subject: added stale boolean to the digest struct X-Git-Tag: curl-7_11_2~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894dbae455f131a63c879cfdacc8e532300c88ee;p=thirdparty%2Fcurl.git added stale boolean to the digest struct --- diff --git a/lib/urldata.h b/lib/urldata.h index a9a5d7f483..196c45f162 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 {